|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface ChatDisplay
A chat display provides a means by which chat messages can be displayed. The chat display will be notified when chat messages of various sorts have been received by the client.
| Method Summary | |
|---|---|
void |
clear()
Called to clear the chat display. |
boolean |
displayMessage(ChatMessage msg,
boolean alreadyDisplayed)
Called to display a chat message. |
| Method Detail |
|---|
void clear()
boolean displayMessage(ChatMessage msg,
boolean alreadyDisplayed)
alreadyDisplayed - true if a previous chat display in the list has
already displayed this message, false otherwise.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||