newstate.tools.actions
Class PrintLeavingStateAction

java.lang.Object
  |
  +--newstate.tools.actions.PrintLeavingStateAction

public class PrintLeavingStateAction
extends java.lang.Object
implements java.io.Serializable, FSMAction

See Also:
Serialized Form

Constructor Summary
PrintLeavingStateAction()
           
 
Method Summary
 void execute(FSMContext fsmc, java.lang.Object o)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PrintLeavingStateAction

public PrintLeavingStateAction()
Method Detail

execute

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