| Package | Description |
|---|---|
| com.almasb.fxgl.ai.fsm | |
| com.almasb.fxgl.ai.msg |
| Class and Description |
|---|
| Telegram
A Telegram is the container of a message.
|
| Telegraph
Any object implementing the
Telegraph interface can act as the sender or the receiver of a Telegram. |
| Class and Description |
|---|
| MessageDispatcher
A
MessageDispatcher is in charge of the creation, dispatch, and management of telegrams. |
| MessageDispatcher.PendingMessageCallback
A
PendingMessageCallback is used by the scanQueue method
of the MessageDispatcher to report its pending messages individually. |
| MessageManager
The
MessageManager is a singleton MessageDispatcher in charge of the creation, dispatch, and management of
telegrams. |
| Telegram
A Telegram is the container of a message.
|
| TelegramProvider
Telegram providers respond to
MessageDispatcher.addListener(com.almasb.fxgl.ai.msg.Telegraph, int) by providing optional Telegram.extraInfo to be sent
in a Telegram of a given type to the newly registered Telegraph. |
| Telegraph
Any object implementing the
Telegraph interface can act as the sender or the receiver of a Telegram. |
Copyright © 2017. All rights reserved.