| Package | Description |
|---|---|
| org.jeasy.states.api |
This package contains the public APIs.
|
| Modifier and Type | Method and Description |
|---|---|
Event |
FiniteStateMachineException.getEvent()
Get the event triggered when the exception occurred.
|
Event |
FiniteStateMachine.getLastEvent()
Return the last triggered event.
|
| Modifier and Type | Method and Description |
|---|---|
State |
FiniteStateMachine.fire(Event event)
Fire an event.
|
void |
EventHandler.handleEvent(Event event)
Action method to execute when an event occurs.
|
| Constructor and Description |
|---|
FiniteStateMachineException(Transition transition,
Event event,
Throwable cause)
Create a new
FiniteStateMachineException. |
Copyright © 2017. All rights reserved.