| Modifier and Type | Method and Description |
|---|---|
abstract void |
Task.perform(TransitionContext context)
Performs desired actions for given
transition. |
protected void |
Machine.perform(TransitionContext context,
Task... tasks)
Performs each of given
tasks with specified
context. |
abstract void |
Task.prepare(TransitionContext context)
Prepares for given
context. |
Copyright © 2011. All Rights Reserved.