Package | Description |
---|---|
org.apache.commons.scxml |
The Commons SCXML executor and core concepts.
|
org.apache.commons.scxml.env |
A collection of classes that may be commonly used to bridge the
SCXML executor to the runtime environment.
|
Modifier and Type | Method and Description |
---|---|
void |
SCXMLExecutor.addListener(SCXML scxml,
SCXMLListener listener)
Add a listener to the document root.
|
void |
SCXMLExecutor.addListener(Transition transition,
SCXMLListener listener)
Add a listener to this transition.
|
void |
SCXMLExecutor.addListener(TransitionTarget transitionTarget,
SCXMLListener listener)
Add a listener to this transition target.
|
void |
SCXMLExecutor.removeListener(SCXML scxml,
SCXMLListener listener)
Remove this listener from the document root.
|
void |
SCXMLExecutor.removeListener(Transition transition,
SCXMLListener listener)
Remove this listener for this transition.
|
void |
SCXMLExecutor.removeListener(TransitionTarget transitionTarget,
SCXMLListener listener)
Remove this listener for this transition target.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractSCXMLListener
An abstract adapter class for the
SXCMLListener interface. |
protected class |
AbstractStateMachine.EntryListener
A SCXMLListener that is only concerned about "onentry"
notifications.
|
class |
SimpleSCXMLListener
Simple SCXML Listener that logs execution.
|
class |
Tracer
A simple tracer connected to Apache Commons Logging.
|
Copyright © 2005-2012 Apache Software Foundation. All Rights Reserved.