etomica.action
Class ControllerToggle

java.lang.Object
  extended by etomica.action.ControllerActionAdapter
      extended by 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

Field Summary
 
Fields inherited from class etomica.action.ControllerActionAdapter
controller
 
Constructor Summary
ControllerToggle()
           
 
Method Summary
 void actionPerformed()
          Completes the action defined by the class implementing this interface.
 
Methods inherited from class etomica.action.ControllerActionAdapter
getController, setController
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ControllerToggle

public ControllerToggle()
Method Detail

actionPerformed

public void actionPerformed()
Description copied from interface: IAction
Completes the action defined by the class implementing this interface.