com.threerings.crowd.chat.client
Interface HistoryList.Observer

Enclosing class:
HistoryList

public static interface HistoryList.Observer

An interface for chat history observers.


Method Summary
 void historyUpdated(int adjustment)
          Called when messages have been added or removed from the chat history.
 

Method Detail

historyUpdated

void historyUpdated(int adjustment)
Called when messages have been added or removed from the chat history.

Parameters:
adjustment - the number of messages that have been added (+) or removed (-).