etomica.action
Class ControllerToggle
java.lang.Object
etomica.action.ControllerActionAdapter
etomica.action.ControllerToggle
- All Implemented Interfaces:
- ControllerAction, IAction, Serializable
public class ControllerToggle
- extends ControllerActionAdapter
Switches controller between paused and unpaused conditions, or starts
it if not yet active.
- See Also:
- Serialized Form
|
Method Summary |
void |
actionPerformed()
Completes the action defined by the class implementing this interface. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ControllerToggle
public ControllerToggle()
actionPerformed
public void actionPerformed()
- Description copied from interface:
IAction
- Completes the action defined by the class implementing this interface.