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.
|
Modifier and Type | Method and Description |
---|---|
Invoker |
SCInstance.newInvoker(String targettype)
Get the
Invoker for this TransitionTarget . |
Modifier and Type | Method and Description |
---|---|
void |
Invoker.cancel()
Cancel this invocation.
|
void |
SimpleSCXMLInvoker.cancel()
Cancel this invocation.
|
void |
Invoker.invoke(String source,
Map params)
Begin this invocation.
|
void |
SimpleSCXMLInvoker.invoke(String source,
Map params)
Begin this invocation.
|
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.
|
Copyright © 2005-2012 Apache Software Foundation. All Rights Reserved.