public interface State
| Modifier and Type | Method and Description |
|---|---|
void |
entryAction()
Action that should be taken each time this state is entered
|
void |
exitAction()
Action that should be taken each time this state is exited
|
boolean |
processEvent(StateEvent event)
This method processed received event.
|
void entryAction()
void exitAction()
boolean processEvent(StateEvent event)
event - the event to process.Copyright © 2016. All Rights Reserved.