wrapatext.newstatepattern
Class CollectEntry

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

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

See Also:
Serialized Form

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

CollectEntry

public CollectEntry()
Method Detail

execute

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