com.ptc.windchill.upgrade.tool
Class AbstractStateWithThreadedWork.Cancel

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.AbstractStateWithThreadedWork.Cancel
Enclosing class:
AbstractStateWithThreadedWork

static class AbstractStateWithThreadedWork.Cancel
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
AbstractStateWithThreadedWork.Cancel()
           
 
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

AbstractStateWithThreadedWork.Cancel

public AbstractStateWithThreadedWork.Cancel()
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