com.cometway.states
Interface CommandInterface

All Known Implementing Classes:
AgentCommand, ReflectionCommand

public interface CommandInterface

This interface defines methods necessary to execute a state command.


Method Summary
 void execute()
          Executes this command.
 java.lang.String getName()
          Returns the name of this command.
 

Method Detail

execute

void execute()
             throws CommandException
Executes this command.

Throws:
CommandException - There was a problem executing the command.

getName

java.lang.String getName()
Returns the name of this command.