org.echarts
Class MessagelessGuardMethod

java.lang.Object
  extended by org.echarts.MachineMethod
      extended by org.echarts.GuardMethod
          extended by org.echarts.MessagelessGuardMethod
All Implemented Interfaces:
java.io.Serializable

public abstract class MessagelessGuardMethod
extends GuardMethod

See Also:
Serialized Form

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

Constructor Detail

MessagelessGuardMethod

public MessagelessGuardMethod()
Method Detail

invoke

public abstract boolean invoke(Machine machine)
                        throws java.lang.Exception
Throws:
java.lang.Exception