etomica.graphics
Class Device.ActionSet
java.lang.Object
etomica.graphics.Device.ActionSet
- All Implemented Interfaces:
- IAction
- Enclosing class:
- Device
protected static class Device.ActionSet
- extends Object
- implements IAction
|
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 |
Device.ActionSet
protected Device.ActionSet()
actionPerformed
public void actionPerformed()
- Description copied from interface:
IAction
- Completes the action defined by the class implementing this interface.
- Specified by:
actionPerformed in interface IAction