| Interface | Description |
|---|---|
| MessageDispatcher.PendingMessageCallback |
A
PendingMessageCallback is used by the scanQueue method
of the MessageDispatcher to report its pending messages individually. |
| 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. |
| Class | Description |
|---|---|
| MessageDispatcher |
A
MessageDispatcher is in charge of the creation, dispatch, and management of telegrams. |
| MessageManager |
The
MessageManager is a singleton MessageDispatcher in charge of the creation, dispatch, and management of
telegrams. |
| PriorityQueue<E extends Comparable<E>> |
An unbounded priority queue based on a priority heap.
|
| Telegram |
A Telegram is the container of a message.
|
Copyright © 2018. All rights reserved.