org.echarts
Class DelayActionMethod

java.lang.Object
  extended by org.echarts.MachineMethod
      extended by org.echarts.ActionMethod
          extended by org.echarts.DelayActionMethod
All Implemented Interfaces:
java.io.Serializable

public abstract class DelayActionMethod
extends ActionMethod

See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.echarts.MachineMethod
serialVersionUID
 
Constructor Summary
DelayActionMethod()
           
 
Method Summary
abstract  void invoke(Machine machine, long duration, long activationTimme, long expiryTime)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DelayActionMethod

public DelayActionMethod()
Method Detail

invoke

public abstract void invoke(Machine machine,
                            long duration,
                            long activationTimme,
                            long expiryTime)
                     throws java.lang.Exception
Throws:
java.lang.Exception