|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface FSMPreEnterListener
A listener that wants to be notified BEFORE the new state is entered.
| Method Summary | |
|---|---|
void |
preEnter(FSMEnterEvent e)
Called BEFORE the FSM enters the new state, so that the callee is sure that nobody has seen the new state yet. |
| Method Detail |
|---|
void preEnter(FSMEnterEvent e)
throws IllegalStateException
IllegalStateException - on failure.
The callee can use this to prevent the state change from
happening.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||