|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface CommandHandler
Interface for CommandHandlers which executes commands.
Method Summary | |
---|---|
void |
execute(Command command)
Executes a Command . |
CommandInfo |
getInfo()
Returns a CommandInfo -object which contains some information about the CommandHandler . |
Method Detail |
---|
CommandInfo getInfo()
CommandInfo
-object which contains some information about the CommandHandler
.
CommandInfo
.void execute(Command command)
Command
.
command
- The Command
to execute.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |