JUICe

com.lafros.juice.cmds
Interface ICmd.ITog

All Superinterfaces:
ICmd
Enclosing interface:
ICmd

public static interface ICmd.ITog
extends ICmd

implement this form if your command is to be used as a toggle.


Nested Class Summary
 
Nested classes/interfaces inherited from interface com.lafros.juice.cmds.ICmd
ICmd.IActionDependent, ICmd.IConfirm, ICmd.IDisj, ICmd.IPwd, ICmd.ITog
 
Method Summary
 void setTogState(boolean b)
          provides access to the current toggle setting.
 
Methods inherited from interface com.lafros.juice.cmds.ICmd
execute
 

Method Detail

setTogState

void setTogState(boolean b)
provides access to the current toggle setting.


JUICe

Copyright © 2001-2008 Latterfrosken Software Development Limited. All Rights Reserved.