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

Enclosing class:
ChatDirector

public static interface ChatDirector.ChatterValidator

An interface for those who would like to validate whether usernames may be added to the chatter list.


Method Summary
 boolean isChatterValid(Name username)
          Returns whether the username may be added to the chatters list.
 

Method Detail

isChatterValid

boolean isChatterValid(Name username)
Returns whether the username may be added to the chatters list.