etomica.graphics
Class Device.ActionSet

java.lang.Object
  extended by etomica.graphics.Device.ActionSet
All Implemented Interfaces:
IAction
Enclosing class:
Device

protected static class Device.ActionSet
extends Object
implements IAction


Constructor Summary
protected Device.ActionSet()
           
 
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
 

Constructor Detail

Device.ActionSet

protected Device.ActionSet()
Method Detail

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