Allow chat displays to register themselves in a known order and to report to
one another whether they've already displayed a chat message. git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@4421 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
@@ -38,7 +38,10 @@ public interface ChatDisplay
|
||||
/**
|
||||
* Called to display a chat message.
|
||||
*
|
||||
* @see ChatMessage
|
||||
* @param alreadyDisplayed true if a previous chat display in the list has
|
||||
* already displayed this message, false otherwise.
|
||||
*
|
||||
* @return true if the message was displayed, false if not.
|
||||
*/
|
||||
public void displayMessage (ChatMessage msg);
|
||||
public boolean displayMessage (ChatMessage msg, boolean alreadyDisplayed);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user