|
||||||||||
PREV NEXT | FRAMES NO FRAMES All Classes |
Packages that use Invoker | |
---|---|
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. |
Uses of Invoker in org.apache.commons.scxml |
---|
Methods in org.apache.commons.scxml that return Invoker | |
---|---|
Invoker |
SCInstance.getInvoker(TransitionTarget transitionTarget)
Get the Invoker for this TransitionTarget . |
Invoker |
SCInstance.newInvoker(String targettype)
Get the Invoker for this TransitionTarget . |
Methods in org.apache.commons.scxml with parameters of type Invoker | |
---|---|
void |
SCInstance.setInvoker(TransitionTarget transitionTarget,
Invoker invoker)
Set the Invoker for this TransitionTarget . |
Uses of Invoker in org.apache.commons.scxml.invoke |
---|
Classes in org.apache.commons.scxml.invoke that implement Invoker | |
---|---|
class |
SimpleSCXMLInvoker
A simple Invoker for SCXML documents. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES All Classes |