protected class AbstractStateMachine.EntryListener extends Object implements SCXMLListener
| Modifier | Constructor and Description |
|---|---|
protected |
AbstractStateMachine.EntryListener() |
| Modifier and Type | Method and Description |
|---|---|
void |
onEntry(EnterableState entered)
Handle the entry into a EnterableState.
|
void |
onExit(EnterableState exited)
No-op.
|
void |
onTransition(TransitionTarget from,
TransitionTarget to,
Transition transition,
String event)
No-op.
|
protected AbstractStateMachine.EntryListener()
public void onEntry(EnterableState entered)
onEntry in interface SCXMLListenerentered - The EnterableState enteredpublic void onTransition(TransitionTarget from, TransitionTarget to, Transition transition, String event)
onTransition in interface SCXMLListenerfrom - The "source" transition target.to - The "destination" transition target.transition - The transition being followed.event - The event triggering the transitionpublic void onExit(EnterableState exited)
onExit in interface SCXMLListenerexited - The state being exited.Copyright © 2005–2015 The Apache Software Foundation. All rights reserved.