| Package | Description |
|---|---|
| com.sun.sgs.example.hack.client | |
| com.sun.sgs.example.hack.client.gui |
| Modifier and Type | Class and Description |
|---|---|
class |
ChatManager
This class manages chat communications, acting both as a listener notifier
for incoming messages and as a broadcast point for outgoing messages.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ChatManager.addChatListener(ChatListener listener)
Adds a listener to the set that will be notified when a message
arrives at this manager.
|
| Constructor and Description |
|---|
CreatorChannelListener(CreatorListener creatorListener,
ChatListener chatListener)
Creates an instance of
CreatorChannelListener. |
DungeonChannelListener(BoardListener boardListener,
ChatListener chatListener,
PlayerListener playerListener)
Creates an instance of
DungeonChannelListener. |
GameChannelListener(ChatListener chatListener)
Creates an instance of
GameChannelListener. |
LobbyChannelListener(LobbyListener lobbyListener,
ChatListener chatListener)
Creates an instance of
LobbyListener. |
| Modifier and Type | Class and Description |
|---|---|
class |
ChatPanel
This implements a simple chat front-end with a text field for sending
messages and a larger text area for displaying messages.
|
Copyright © 2013. All Rights Reserved.