Uses of Interface
org.eclipse.ecf.example.clients.IMessageReceiver

Packages that use IMessageReceiver
org.eclipse.ecf.example.clients   
org.eclipse.ecf.example.clients.applications   
 

Uses of IMessageReceiver in org.eclipse.ecf.example.clients
 

Constructors in org.eclipse.ecf.example.clients with parameters of type IMessageReceiver
XMPPChatClient(IMessageReceiver receiver)
           
XMPPChatClient(IMessageReceiver receiver, IPresenceListener presenceListener)
           
XMPPChatRoomClient(IMessageReceiver receiver)
           
 

Uses of IMessageReceiver in org.eclipse.ecf.example.clients.applications
 

Classes in org.eclipse.ecf.example.clients.applications that implement IMessageReceiver
 class ChatRobotApplication
           
 class ChatRoomRobotApplication
          To be started as an application.
 class ChatSORobotApplication