com.ptc.windchill.upgrade.util.fsm
Class StateMachine.Instruction

java.lang.Object
  extended bycom.ptc.windchill.upgrade.util.fsm.StateMachine.Instruction
All Implemented Interfaces:
Runnable
Direct Known Subclasses:
StateMachine.CheckEventTypeEnabledStates, StateMachine.HandleEvent
Enclosing class:
StateMachine

private abstract class StateMachine.Instruction
extends Object
implements Runnable


Field Summary
private  boolean complete_
           
 
Constructor Summary
private StateMachine.Instruction()
           
 
Method Summary
protected  void complete()
           
 void join()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface java.lang.Runnable
run
 

Field Detail

complete_

private boolean complete_
Constructor Detail

StateMachine.Instruction

private StateMachine.Instruction()
Method Detail

complete

protected final void complete()

join

public final void join()