| Package | Description |
|---|---|
| org.apache.commons.scxml2 |
The Commons SCXML executor and core concepts.
|
| org.apache.commons.scxml2.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 |
|---|---|
EventDispatcher |
SCXMLExecutor.getEventdispatcher()
Get the event dispatcher.
|
EventDispatcher |
SCXMLExecutionContext.getEventDispatcher() |
EventDispatcher |
ActionExecutionContext.getEventDispatcher() |
| Modifier and Type | Method and Description |
|---|---|
void |
SCXMLExecutor.setEventdispatcher(EventDispatcher eventdispatcher)
Set or replace the event dispatch
|
protected void |
SCXMLExecutionContext.setEventdispatcher(EventDispatcher eventdispatcher)
Set or replace the event dispatch
|
| Constructor and Description |
|---|
SCXMLExecutionContext(SCXMLExecutor scxmlExecutor,
Evaluator evaluator,
EventDispatcher eventDispatcher,
ErrorReporter errorReporter)
Constructor
|
SCXMLExecutor(Evaluator expEvaluator,
EventDispatcher evtDisp,
ErrorReporter errRep)
Constructor.
|
SCXMLExecutor(Evaluator expEvaluator,
EventDispatcher evtDisp,
ErrorReporter errRep,
SCXMLSemantics semantics)
Constructor.
|
| Modifier and Type | Class and Description |
|---|---|
class |
SimpleDispatcher
EventDispatcher implementation that can schedule
delayed
<send> events for the "scxml" type
attribute value (which is also the default). |
Copyright © 2005–2015 The Apache Software Foundation. All rights reserved.