public interface FSMPreEnterListener
extends java.util.EventListener
Modifier and Type | Method and Description |
---|---|
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.
|
void preEnter(FSMEnterEvent e) throws java.lang.IllegalStateException
java.lang.IllegalStateException
- on failure.
The callee can use this to prevent the state change from
happening.Copyright © 2020. All Rights Reserved.