Revision 40:362278eba9aa java/gssclient/src/gssclient/commands/GSSCmd.java

b/java/gssclient/src/gssclient/commands/GSSCmd.java
1 1
package gssclient.commands;
2 2

  
3
/**
4
 * Interface for GSS commands. A command is something that can be executed,
5
 * and returns a value depending on the execution outcome. 
6
 */
3 7
public interface GSSCmd {
4
    
5 8
    public int execute();
6

  
7 9
}

Also available in: Unified diff