public interface Task
| Modifier and Type | Method and Description |
|---|---|
boolean |
matches(Transition transition)
Checks if given
transition matches to any of target
matchers. |
void |
perform(Transition transition)
Performs desired actions for given
transition. |
boolean matches(Transition transition)
transition matches to any of target
matchers.transition - transition to match.void perform(Transition transition)
transition.transition - transitionCopyright © 2011-2012. All Rights Reserved.