|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use MustAbortStateMachineException | |
---|---|
net.sf.latexdraw.instruments | |
org.malai.instrument | |
org.malai.interaction | |
org.malai.stateMachine |
Uses of MustAbortStateMachineException in net.sf.latexdraw.instruments |
---|
Methods in net.sf.latexdraw.instruments that throw MustAbortStateMachineException | |
---|---|
void |
MultiClic2AddShape.interactionStarts(Interaction inter)
|
Uses of MustAbortStateMachineException in org.malai.instrument |
---|
Methods in org.malai.instrument that throw MustAbortStateMachineException | |
---|---|
void |
Link.interactionStarts(Interaction inter)
|
Uses of MustAbortStateMachineException in org.malai.interaction |
---|
Methods in org.malai.interaction that throw MustAbortStateMachineException | |
---|---|
void |
InteractionHandler.interactionStarts(Interaction interaction)
Happens when the interaction quits its initial state. |
void |
InteractionHandler.interactionStops(Interaction interaction)
Happens when the interaction goes to a terminal state. |
void |
InteractionHandler.interactionUpdates(Interaction interaction)
Happens when the interaction goes to standard state. |
protected void |
Interaction.notifyHandlersOnStart()
Notifies handlers that the interaction starts. |
protected void |
Interaction.notifyHandlersOnStop()
Notifies handlers that the interaction stops. |
protected void |
Interaction.notifyHandlersOnUpdate()
Notifies handlers that the interaction updates. |
void |
IntermediaryState.onIngoing()
|
void |
TerminalState.onIngoing()
|
void |
InitState.onOutgoing()
|
void |
IntermediaryState.onOutgoing()
|
void |
Interaction.onStarting()
|
void |
Interaction.onTerminating()
|
void |
Interaction.onUpdating()
|
Uses of MustAbortStateMachineException in org.malai.stateMachine |
---|
Methods in org.malai.stateMachine that throw MustAbortStateMachineException | |
---|---|
void |
TargetableState.onIngoing()
|
void |
SourceableState.onOutgoing()
|
void |
IStateMachine.onStarting()
Starts the state machine. |
void |
IStateMachine.onTerminating()
Terminates the state machine. |
void |
IStateMachine.onUpdating()
Updates the state machine. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |