|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface SCXMLListener
Listener interface for Observable entities in the SCXML model.
Method Summary | |
---|---|
void |
onEntry(TransitionTarget state)
Handle the entry into a TransitionTarget |
void |
onExit(TransitionTarget state)
Handle the exit out of a TransitionTarget |
void |
onTransition(TransitionTarget from,
TransitionTarget to,
Transition transition)
Handle the transition |
Method Detail |
---|
void onEntry(TransitionTarget state)
state
- The TransitionTarget enteredvoid onExit(TransitionTarget state)
state
- The TransitionTarget exitedvoid onTransition(TransitionTarget from, TransitionTarget to, Transition transition)
from
- The source TransitionTargetto
- The destination TransitionTargettransition
- The Transition taken
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |