com.threerings.crowd.chat.client
Interface ChatDirector.ChatterObserver

Enclosing class:
ChatDirector

public static interface ChatDirector.ChatterObserver

An interface to receive information about the ChatDirector.MAX_CHATTERS most recent users that we've been chatting with.


Method Summary
 void chattersUpdated(Iterator<Name> chatternames)
          Called when the list of chatters has been changed.
 

Method Detail

chattersUpdated

void chattersUpdated(Iterator<Name> chatternames)
Called when the list of chatters has been changed.