| Interface | Description |
|---|---|
| BoardListener |
This interface defines a class that listenens for updates to the game
board and associated state.
|
| ChatListener |
This interface is used to listen for incoming chat messages and
membership change events.
|
| CommandListener |
This interface defines a class that listens for commands from the player.
|
| CreatorListener |
This interface defines a class that listens for creator messages.
|
| LobbyListener |
This interface defines a class that listens for events from the lobby.
|
| PlayerListener |
This interface is used to listen for player character events.
|
| Class | Description |
|---|---|
| ChatManager |
This class manages chat communications, acting both as a listener notifier
for incoming messages and as a broadcast point for outgoing messages.
|
| Client |
This is the main class for the client app.
|
| CreatorChannelListener |
This class listens for all messages from the creator game.
|
| CreatorManager |
This manager handles all messages from and to the creator on the server.
|
| DungeonChannelListener |
This class listens for all messages from a dungeon.
|
| GameChannelListener |
This abstract class is the base for all game-specific listeners.
|
| GameManager |
This class manages all interaction with an interactive game.
|
| LobbyChannelListener |
This class listens for all messages from the lobby.
|
| LobbyManager |
This class manages interaction with the lobby.
|
Copyright © 2013. All Rights Reserved.