public interface FSMTransitionListener extends EventListener
| Modifier and Type | Method and Description |
|---|---|
void |
beforeTransition(FSMTransitionEvent e)
A method to be called BEFORE the specified transition takes place.
|
void |
transitionPerformed(FSMTransitionEvent e)
A method to be called AFTER the specified transition is done.
|
void beforeTransition(FSMTransitionEvent e) throws IllegalStateException
e - The transition that will be attempted.IllegalStateException - on failure.void transitionPerformed(FSMTransitionEvent e)
e - The transition that was made.Copyright © 2023. All rights reserved.