wrapatext.newstatepattern
Class Reset

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

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

See Also:
Serialized Form

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

Reset

public Reset()
Method Detail

execute

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