| Package | Description |
|---|---|
| org.jeasy.states.api |
This package contains the public APIs.
|
| org.jeasy.states.core |
This package contains the core implementation of finite state machine.
|
| Modifier and Type | Method and Description |
|---|---|
EventHandler |
Transition.getEventHandler()
Return event handler to execute when an event is fired.
|
| Modifier and Type | Method and Description |
|---|---|
<E extends Event> |
TransitionBuilder.eventHandler(EventHandler<E> eventHandler)
Set the event handler of the transition.
|
Copyright © 2020. All rights reserved.