FreeHEP API
Version current

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
Source Code:
SimpleCommandTarget.java

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

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


FreeHEP API
Version current

Copyright © 2000-2004 FreeHEP, All Rights Reserved.