IAction
public class ModifyBooleanAction extends java.lang.Object implements IAction
Constructor | Description |
---|---|
ModifyBooleanAction(ModifierBoolean modifier) |
Constuctor requires the wrapped ModifierBoolean
|
Modifier and Type | Method | Description |
---|---|---|
void |
actionPerformed() |
Completes the action defined by the class implementing this interface.
|
ModifierBoolean |
getWrappedModifier() |
|
void |
setValueForAction(boolean newBoolean) |
Stores the new value to be set by the wrapped modifier.
|
public ModifyBooleanAction(ModifierBoolean modifier)
public void actionPerformed()
IAction
actionPerformed
in interface IAction
public void setValueForAction(boolean newBoolean)
public ModifierBoolean getWrappedModifier()