public interface FSMPreTransitionListener extends EventListener
| Modifier and Type | Method and Description |
|---|---|
void |
beforeTransition(FSMTransitionEvent e)
A method to be called BEFORE the specified transition takes place.
|
void beforeTransition(FSMTransitionEvent e) throws IllegalStateException
e - The transition that will be attempted.IllegalStateException - on failure.Copyright © 2016. All Rights Reserved.