wrapatext.newstatepattern
Class FullEntry

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

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

See Also:
Serialized Form

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

FullEntry

public FullEntry()
Method Detail

execute

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