com.ptc.windchill.upgrade.tool
Class UpgradeToolStateMachine.ConfirmQueuesCleared

java.lang.Object
  extended bycom.ptc.windchill.upgrade.tool.UpgradeToolStateMachine.ConfirmQueuesCleared
All Implemented Interfaces:
Condition
Enclosing class:
UpgradeToolStateMachine

public static class UpgradeToolStateMachine.ConfirmQueuesCleared
extends Object
implements Condition


Field Summary
 
Fields inherited from interface com.ptc.windchill.upgrade.util.fsm.Condition
ALWAYS
 
Constructor Summary
UpgradeToolStateMachine.ConfirmQueuesCleared()
          Creates a new ConfirmQueuesCleared object.
 
Method Summary
 boolean evaluate(State state)
          If the value of is_queues_cleared is not null, the "Continue" button of the state QueuesCleared will become enabled.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UpgradeToolStateMachine.ConfirmQueuesCleared

public UpgradeToolStateMachine.ConfirmQueuesCleared()
Creates a new ConfirmQueuesCleared object.

Method Detail

evaluate

public boolean evaluate(State state)
If the value of is_queues_cleared is not null, the "Continue" button of the state QueuesCleared will become enabled.

Specified by:
evaluate in interface Condition
Parameters:
state -
Returns: