jas.util
Interface BooleanCommandTarget
- All Superinterfaces:
- CommandTarget
- All Known Implementing Classes:
- CommandProcessor.BooleanTarget
- public interface BooleanCommandTarget
- extends CommandTarget
A boolean command target is a CommandTarget which corresponds to a command which
may have an on/off state associated with it.
- See Also:
SimpleCommandTarget
,
CommandTarget
Method Summary |
void |
invoke(boolean onOff)
Called when the on/off state changes (i.e. |
invoke
public void invoke(boolean onOff)
- Called when the on/off state changes (i.e. when the comamnd is invoked)