wrapatext.newstatepattern
Class Init

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

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

See Also:
Serialized Form

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

Init

public Init()
Method Detail

execute

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