com.ptc.windchill.upgrade.tool
Class AbstractState.NonExpressPhaseDone

java.lang.Object
  extended bycom.ptc.windchill.upgrade.util.fsm.Reaction
      extended bycom.ptc.windchill.upgrade.util.fsm.AbstractReaction
          extended bycom.ptc.windchill.upgrade.tool.AbstractState.NonExpressPhaseDone
Enclosing class:
AbstractState

static class AbstractState.NonExpressPhaseDone
extends AbstractReaction


Nested Class Summary
 
Nested classes inherited from class com.ptc.windchill.upgrade.util.fsm.Reaction
 
Field Summary
 
Fields inherited from class com.ptc.windchill.upgrade.util.fsm.Reaction
NOOP
 
Constructor Summary
AbstractState.NonExpressPhaseDone()
           
 
Method Summary
protected  void onExecute(Event event)
          Implement action behavior by overriding this method.
 
Methods inherited from class com.ptc.windchill.upgrade.util.fsm.AbstractReaction
toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

AbstractState.NonExpressPhaseDone

public AbstractState.NonExpressPhaseDone()
Method Detail

onExecute

protected void onExecute(Event event)
Description copied from class: AbstractReaction
Implement action behavior by overriding this method.

Specified by:
onExecute in class AbstractReaction