public interface SCXMLListener
SCXML
instances (subscribe to all entry, exit and transition notifications),
State instances (subscribe to
particular entry and exit notifications) and
Transition instances (subscribe to
particular transitions).| Modifier and Type | Method and Description |
|---|---|
void |
onEntry(EnterableState state)
Handle the entry into a EnterableState.
|
void |
onExit(EnterableState state)
Handle the exit out of a EnterableState.
|
void |
onTransition(TransitionTarget from,
TransitionTarget to,
Transition transition,
String event)
Handle the transition.
|
void onEntry(EnterableState state)
state - The EnterableState enteredvoid onExit(EnterableState state)
state - The EnterableState exitedvoid onTransition(TransitionTarget from, TransitionTarget to, Transition transition, String event)
from - The source TransitionTargetto - The destination TransitionTargettransition - The Transition takenevent - The event name triggering the transitionCopyright © 2005–2015 The Apache Software Foundation. All rights reserved.