|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ptc.windchill.upgrade.util.fsm.AbstractStateMachineListener
com.ptc.windchill.upgrade.tool.UpgradeManager.GuiUpdater
Constructor Summary | |
private |
UpgradeManager.GuiUpdater()
|
Method Summary | |
void |
eventEnabledStateEvaluationError(Throwable throwable)
Throws an error if there is an evaluation error. |
void |
eventHandlingError(Event event,
Throwable throwable)
An unexpected errorr occurs when the Upgrade Manager does not know how to handle an event. |
void |
eventTypeEnabledStateChanged(EventType event_type,
boolean is_enabled)
Enables the correct buttons for the current state. |
void |
postStateDeactivate(State state)
When a screen has been deactivated a messages is displayed to the console and logfile, about which screen is about to be brought up, when the person types in the command UpgradeManager -debug at the command line. |
void |
preStateActivate(State state)
When a screen is about to be activated a message is displayed to the console and logfile, about which screen is about to be brought up, when the person types in the command UpgradeManager -debug at the command line. |
void |
preStateDeactivate(State state)
When a screen is about to be deactivated a message is displayed to the console and logfile, about which screen is about to be brought up, when the person types in the command UpgradeManager -debug at the command line. |
void |
stateMachineStopped()
When the user is exiting out of the Upgrade Manager this is sent to the log file. |
Methods inherited from class com.ptc.windchill.upgrade.util.fsm.AbstractStateMachineListener |
postStateActivate |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
private UpgradeManager.GuiUpdater()
Method Detail |
public void preStateActivate(State state)
preStateActivate
in interface StateMachineListener
preStateActivate
in class AbstractStateMachineListener
state
- State
RuntimeException
- When a state occurs that it does not know how to handlepublic void preStateDeactivate(State state)
preStateDeactivate
in interface StateMachineListener
preStateDeactivate
in class AbstractStateMachineListener
state
- public void stateMachineStopped()
stateMachineStopped
in interface StateMachineListener
stateMachineStopped
in class AbstractStateMachineListener
public void postStateDeactivate(State state)
postStateDeactivate
in interface StateMachineListener
postStateDeactivate
in class AbstractStateMachineListener
state
- public void eventHandlingError(Event event, Throwable throwable)
eventHandlingError
in interface StateMachineListener
eventHandlingError
in class AbstractStateMachineListener
event
- Eventpublic void eventEnabledStateEvaluationError(Throwable throwable)
eventEnabledStateEvaluationError
in interface StateMachineListener
eventEnabledStateEvaluationError
in class AbstractStateMachineListener
throwable
- public void eventTypeEnabledStateChanged(EventType event_type, boolean is_enabled)
eventTypeEnabledStateChanged
in interface StateMachineListener
eventTypeEnabledStateChanged
in class AbstractStateMachineListener
event_type
- EventTypeis_enabled
- boolean
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |