|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use SCXMLListener | |
---|---|
org.apache.taglibs.rdc.scxml | The core classes for the digestion and interpretation of SCXML documents. |
org.apache.taglibs.rdc.scxml.env | A collection of classes bridging the SCXML executor to the RDC runtime environment (servlet container). |
org.apache.taglibs.rdc.scxml.model | A collection of classes needed to model SCXML documents. |
Uses of SCXMLListener in org.apache.taglibs.rdc.scxml |
---|
Methods in org.apache.taglibs.rdc.scxml with parameters of type SCXMLListener | |
---|---|
void |
NotificationRegistry.addListener(Observable source,
SCXMLListener lst)
Register this SCXMLListener for this Observable |
void |
Observable.addListener(SCXMLListener lst)
Add this SCXMLListener to the list of listeners associated with this SCXML model entity |
void |
NotificationRegistry.removeListener(Observable source,
SCXMLListener lst)
Deregister this SCXMLListener for this Observable |
void |
Observable.removeListener(SCXMLListener lst)
Remove this SCXMLListener from the list of listeners associated with this SCXML model entity. |
Uses of SCXMLListener in org.apache.taglibs.rdc.scxml.env |
---|
Classes in org.apache.taglibs.rdc.scxml.env that implement SCXMLListener | |
---|---|
class |
Tracer
A simple logger connected to Jakarta Commons Logging. |
Uses of SCXMLListener in org.apache.taglibs.rdc.scxml.model |
---|
Methods in org.apache.taglibs.rdc.scxml.model with parameters of type SCXMLListener | |
---|---|
void |
Transition.addListener(SCXMLListener lst)
Register a listener to this document root |
void |
TransitionTarget.addListener(SCXMLListener lst)
Register a listener to this document root |
void |
SCXML.addListener(SCXMLListener lst)
Register a listener to this document root |
void |
Transition.removeListener(SCXMLListener lst)
Deregister a listener from this document root |
void |
TransitionTarget.removeListener(SCXMLListener lst)
Deregister a listener from this document root |
void |
SCXML.removeListener(SCXMLListener lst)
Deregister a listener from this document root |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |