public interface FSMPreTransitionListener
extends java.util.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 java.lang.IllegalStateException
e - The transition that will be attempted.java.lang.IllegalStateException - on failure.Copyright © 2020. All Rights Reserved.