newstate.tools
Class FSMActionList

java.lang.Object
  |
  +--newstate.tools.FSMActionList

public class FSMActionList
extends java.lang.Object
implements FSMAction

See Also:
Serialized Form

Constructor Summary
FSMActionList()
           
 
Method Summary
 void add(FSMAction a)
           
 void execute(FSMContext fsmc, java.lang.Object data)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FSMActionList

public FSMActionList()
Method Detail

add

public void add(FSMAction a)

execute

public void execute(FSMContext fsmc,
                    java.lang.Object data)
Specified by:
execute in interface FSMAction