| Package | Description |
|---|---|
| org.sfj |
| Modifier and Type | Method and Description |
|---|---|
SimpleFSM.State<E> |
SimpleFSM.fire(E event,
Object... args)
Fire an event.
|
SimpleFSM.State<EE> |
SimpleFSM.Transition.transition(SimpleFSM.State<EE> currentState,
EE event,
Object... args) |
Copyright © 2020. All rights reserved.