jas.util
Interface SimpleCommandTarget

All Superinterfaces:
CommandTarget
All Known Implementing Classes:
CommandProcessor.SimpleTarget

public interface SimpleCommandTarget
extends CommandTarget

A CommandTarget which does not have a selected/deselected state associated with it

See Also:
BooleanCommandTarget

Method Summary
 void invoke()
          The invoke method is called to actually perform the command.
 
Methods inherited from interface jas.util.CommandTarget
enable, getProcessor
 

Method Detail

invoke

public void invoke()
The invoke method is called to actually perform the command.