|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Observable | |
org.apache.taglibs.rdc.scxml | The core classes for the digestion and interpretation of SCXML documents. |
org.apache.taglibs.rdc.scxml.model | A collection of classes needed to model SCXML documents. |
Uses of Observable in org.apache.taglibs.rdc.scxml |
Methods in org.apache.taglibs.rdc.scxml with parameters of type Observable | |
void |
NotificationRegistry.addListener(Observable source,
SCXMLListener lst)
Register this SCXMLListener for this Observable |
void |
NotificationRegistry.removeListener(Observable source,
SCXMLListener lst)
Deregister this SCXMLListener for this Observable |
void |
NotificationRegistry.fireOnEntry(Observable source,
TransitionTarget state)
Inform all relevant listeners that a TransitionTarget has been entered |
void |
NotificationRegistry.fireOnExit(Observable source,
TransitionTarget state)
Inform all relevant listeners that a TransitionTarget has been exited |
void |
NotificationRegistry.fireOnTransition(Observable source,
TransitionTarget from,
TransitionTarget to,
Transition transition)
Inform all relevant listeners of a transition that has occured |
Uses of Observable in org.apache.taglibs.rdc.scxml.model |
Classes in org.apache.taglibs.rdc.scxml.model that implement Observable | |
class |
History
The class in this SCXML object model that corresponds to the <history> SCXML pseudo state element. |
class |
Initial
The class in this SCXML object model that corresponds to the <initial> SCXML pseudo state element. |
class |
Parallel
The class in this SCXML object model that corresponds to the <parallel> SCXML element, which is a wrapper element to encapsulate parallel state machines. |
class |
SCXML
The class in this SCXML object model that corresponds to the <scxml> root element, and serves as the "document root". |
class |
State
The class in this SCXML object model that corresponds to the <state> SCXML element. |
class |
Transition
The class in this SCXML object model that corresponds to the <transition> SCXML element. |
class |
TransitionTarget
An abstract base class for elements in SCXML that can serve as a <target> for a <transition>, such as State or Parallel. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |