| 程序包 | 说明 |
|---|---|
| cn.sliew.milky.common.state |
| 类和说明 |
|---|
| State
This interface must be extended by any class that should implement a certain state in the state machine.
|
| StateChangeListener
Interface used to inform about changes in the state for a FSM.
|
| StateEvent
The Event class holds information about the different events that can be handled
by the state machine.
|
| StateMachine
The StateMachine lets you organize event handling,
if the order of the events are important to you.
|
Copyright © 2021. All rights reserved.