newstate.tools.actions
Class PrintEnteringStateAction

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

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

See Also:
Serialized Form

Constructor Summary
PrintEnteringStateAction()
           
 
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

PrintEnteringStateAction

public PrintEnteringStateAction()
Method Detail

execute

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