com.ptc.windchill.upgrade.tool
Class Restart

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.Restart

public class Restart
extends AbstractReaction

A reaction that will transition a StateMachine to an instance of a particular State.


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
Restart()
           
 
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

Restart

public Restart()
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