Uses of Interface
vooga.network.chat.IVoogaChatReceiver

Packages that use IVoogaChatReceiver
vooga.network.chat   
vooga.network.examples   
vooga.social.chat   
 

Uses of IVoogaChatReceiver in vooga.network.chat
 

Methods in vooga.network.chat with parameters of type IVoogaChatReceiver
 void VoogaChatMessage.execute(IVoogaChatReceiver receiver)
           
 

Constructors in vooga.network.chat with parameters of type IVoogaChatReceiver
VoogaChatClient(java.lang.String userName, IVoogaChatReceiver receiver)
           
VoogaChatClient(java.lang.String userName, IVoogaChatReceiver receiver, java.util.List<java.lang.String> friends)
          Creates a VoogaChatClient that listens to the given list of friends.
 

Uses of IVoogaChatReceiver in vooga.network.examples
 

Classes in vooga.network.examples that implement IVoogaChatReceiver
 class ExampleChatReceiver
          Example code for an IVoogaChatReceiver.
 

Uses of IVoogaChatReceiver in vooga.social.chat
 

Classes in vooga.social.chat that implement IVoogaChatReceiver
 class ChatController
          Controller for the chat and friend panes.