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

Version:
$Id: BooleanCommandTarget.java 8584 2006-08-10 23:06:37Z duns $
Author:
Tony Johnson (tonyj@slac.stanford.edu)
See Also:
SimpleCommandTarget, CommandTarget

Method Summary
 void invoke(boolean onOff)
          Called when the on/off state changes (i.e.
 
Methods inherited from interface org.freehep.util.commanddispatcher.CommandTarget
enable, getGroup
 

Method Detail

invoke

void invoke(boolean onOff)
Called when the on/off state changes (i.e. when the comamnd is invoked).



Copyright © 2000-2006 FreeHEP. All Rights Reserved.