newstate.tools
Class SkipAction

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

public class SkipAction
extends java.lang.Object
implements FSMAction

See Also:
Serialized Form

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

SkipAction

public SkipAction()
Method Detail

execute

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