Uses of Interface
org.eclipse.ecf.presence.IPresenceListener

Packages that use IPresenceListener
org.eclipse.ecf.example.clients   
org.eclipse.ecf.example.clients.applications   
org.eclipse.ecf.presence.roster   
 

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

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

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

Classes in org.eclipse.ecf.example.clients.applications that implement IPresenceListener
 class ChatRobotApplication
           
 class ChatSORobotApplication
           
 

Uses of IPresenceListener in org.eclipse.ecf.presence.roster
 

Methods in org.eclipse.ecf.presence.roster with parameters of type IPresenceListener
 void IRosterManager.addPresenceListener(IPresenceListener listener)
          Setup listener for handling presence updates.
 void IRosterManager.removePresenceListener(IPresenceListener listener)
          Remove listener for presence events.