| Package | Description |
|---|---|
| com.almasb.fxgl.ai.fsm | |
| com.almasb.fxgl.ai.msg |
| Modifier and Type | Method and Description |
|---|---|
boolean |
StateMachine.handleMessage(Telegram telegram)
Handles received telegrams.
|
boolean |
DefaultStateMachine.handleMessage(Telegram telegram)
Handles received telegrams.
|
boolean |
State.onMessage(E entity,
Telegram telegram)
This method executes if the
entity receives a telegram from the message dispatcher while it is in this
state. |
| Modifier and Type | Method and Description |
|---|---|
int |
Telegram.compareTo(Telegram other) |
boolean |
Telegraph.handleMessage(Telegram msg)
Handles the telegram just received.
|
boolean |
MessageDispatcher.handleMessage(Telegram msg)
Handles the telegram just received.
|
Copyright © 2017. All rights reserved.