Package | Description |
---|---|
org.apache.commons.scxml |
The Commons SCXML executor and core concepts.
|
org.apache.commons.scxml.invoke |
A collection of classes related to the SCXML <invoke>
element and its children, dealing with the invocation of
activities associated with a particular state in the state machine.
|
org.apache.commons.scxml.semantics |
A collection of classes responsible for implementations of the
org.apache.commons.scxml.SCXMLSemantics interface. |
Modifier and Type | Method and Description |
---|---|
void |
SCXMLSemantics.processInvokes(TriggerEvent[] events,
ErrorReporter errRep,
SCInstance scInstance)
Forward events to invoked activities, execute finalize handlers.
|
void |
SCXMLExecutor.triggerEvent(TriggerEvent evt)
Convenience method when only one event needs to be triggered.
|
void |
SCXMLExecutor.triggerEvents(TriggerEvent[] evts)
The worker method.
|
Modifier and Type | Method and Description |
---|---|
void |
Invoker.parentEvents(TriggerEvent[] evts)
Forwards the events triggered on the parent state machine
on to the invoked activity.
|
void |
SimpleSCXMLInvoker.parentEvents(TriggerEvent[] evts)
Forwards the events triggered on the parent state machine
on to the invoked activity.
|
Modifier and Type | Method and Description |
---|---|
void |
SCXMLSemanticsImpl.processInvokes(TriggerEvent[] events,
ErrorReporter errRep,
SCInstance scInstance)
Process any existing invokes, includes forwarding external events,
and executing any finalize handlers.
|
Copyright © 2005-2012 Apache Software Foundation. All Rights Reserved.