|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use InvalidMotionException | |
| com.werken.blissed | The blissed process+state framework. |
| Uses of InvalidMotionException in com.werken.blissed |
| Methods in com.werken.blissed that throw InvalidMotionException | |
ProcessContext |
ProcessEngine.spawn(Process process)
Spawn an instance of a Process. |
ProcessContext |
ProcessEngine.spawn(Process process,
boolean async)
Spawn an instance of a Process. |
ProcessContext |
ProcessEngine.spawn(Process process,
ProcessContext parent)
Spawn an instance of a Process as a child
of another instance. |
void |
ProcessEngine.call(Process process,
ProcessContext context)
Call another Process from another instance. |
protected void |
ProcessEngine.startProcess(Process process,
ProcessContext context)
Begin a Process for a particular
ProcessContext. |
protected void |
ProcessEngine.enterState(State state,
ProcessContext context)
Enter a State for a particular
ProcessContext. |
protected void |
ProcessEngine.exitState(State state,
ProcessContext context)
Exit a State for a particular
ProcessContext. |
protected void |
ProcessEngine.finishProcess(Process process,
ProcessContext context)
Finish a Process for a particular
ProcessContext. |
boolean |
ProcessEngine.checkTransitions(ProcessContext context)
Check a ProcessContext for progress possibilities. |
protected void |
ProcessEngine.followTransition(ProcessContext context,
Transition transition)
Cause a ProcessContext to follow a passing
Transition. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||