wrapatext.newstatepattern
Class Skip

java.lang.Object
  |
  +--wrapatext.newstatepattern.Skip

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

See Also:
Serialized Form

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

Skip

public Skip()
Method Detail

execute

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