public interface ChatDisplay
| Modifier and Type | Method and Description |
|---|---|
void |
clear()
Called to clear the chat display.
|
boolean |
displayMessage(ChatMessage msg,
boolean alreadyDisplayed)
Called to display a chat message.
|
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.Copyright © 2015. All rights reserved.