org.freehep.util.commanddispatcher
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

Version:
$Id:
Author:
Tony Johnson (tonyj@slac.stanford.edu)
See Also:
BooleanCommandTarget

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

Method Detail

invoke

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



Copyright © 2000-2006 FreeHEP. All Rights Reserved.