com.threerings.crowd.chat.client
Interface MuteDirector.MuteObserver

Enclosing class:
MuteDirector

public static interface MuteDirector.MuteObserver

An interface that can be registered with the MuteDirector to receive notifications to the mutelist.


Method Summary
 void muteChanged(Name playername, boolean nowMuted)
          The specified player was added or removed from the mutelist.
 

Method Detail

muteChanged

void muteChanged(Name playername,
                 boolean nowMuted)
The specified player was added or removed from the mutelist.