|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--jas.util.CommandProcessor.SimpleTarget
A SimpleTarget is an implementation of CommandTarget which implements its
Method Summary | |
void |
doCommand()
|
void |
enable(JASState state)
Called to determine if CommandTarget is enabled or disabled. |
CommandProcessor |
getProcessor()
Gets the CommandProcessor associated with this CommandTarget. |
void |
invoke()
The invoke method is called to actually perform the command. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
public void invoke()
SimpleCommandTarget
invoke
in interface SimpleCommandTarget
public void doCommand() throws CommandInvocationException
public void enable(JASState state)
CommandTarget
enable
in interface CommandTarget
public CommandProcessor getProcessor()
CommandTarget
getProcessor
in interface CommandTarget
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |