Jitsi: the OpenSource Java VoIP and Instant Messaging client.

Uses of Interface
net.java.sip.communicator.service.protocol.event.ServerStoredGroupListener

Packages that use ServerStoredGroupListener
net.java.sip.communicator.impl.protocol.icq   
net.java.sip.communicator.impl.protocol.jabber   
net.java.sip.communicator.impl.protocol.msn   
net.java.sip.communicator.impl.protocol.sip   
net.java.sip.communicator.impl.protocol.yahoo   
net.java.sip.communicator.service.protocol   
 

Uses of ServerStoredGroupListener in net.java.sip.communicator.impl.protocol.icq
 

Methods in net.java.sip.communicator.impl.protocol.icq with parameters of type ServerStoredGroupListener
(package private)  void ServerStoredContactListIcqImpl.addGroupListener(ServerStoredGroupListener listener)
          Registers the specified group listener so that it would receive events on group modification/creation/destruction.
 void OperationSetPersistentPresenceIcqImpl.addServerStoredGroupChangeListener(ServerStoredGroupListener listener)
          Registers a listener that would receive events upong changes in server stored groups.
(package private)  void ServerStoredContactListIcqImpl.removeGroupListener(ServerStoredGroupListener listener)
          Removes the specified group listener so that it won't receive further events on group modification/creation/destruction.
 void OperationSetPersistentPresenceIcqImpl.removeServerStoredGroupChangeListener(ServerStoredGroupListener listener)
          Removes the specified group change listener so that it won't receive any further events.
 

Uses of ServerStoredGroupListener in net.java.sip.communicator.impl.protocol.jabber
 

Methods in net.java.sip.communicator.impl.protocol.jabber with parameters of type ServerStoredGroupListener
(package private)  void ServerStoredContactListJabberImpl.addGroupListener(ServerStoredGroupListener listener)
          Registers the specified group listener so that it would receive events on group modification/creation/destruction.
 void OperationSetPersistentPresenceJabberImpl.addServerStoredGroupChangeListener(ServerStoredGroupListener listener)
          Registers a listener that would receive events upon changes in server stored groups.
(package private)  void ServerStoredContactListJabberImpl.removeGroupListener(ServerStoredGroupListener listener)
          Removes the specified group listener so that it won't receive further events on group modification/creation/destruction.
 void OperationSetPersistentPresenceJabberImpl.removeServerStoredGroupChangeListener(ServerStoredGroupListener listener)
          Removes the specified group change listener so that it won't receive any further events.
 

Uses of ServerStoredGroupListener in net.java.sip.communicator.impl.protocol.msn
 

Methods in net.java.sip.communicator.impl.protocol.msn with parameters of type ServerStoredGroupListener
(package private)  void ServerStoredContactListMsnImpl.addGroupListener(ServerStoredGroupListener listener)
          Registers the specified group listener so that it would receive events on group modification/creation/destruction.
 void OperationSetPersistentPresenceMsnImpl.addServerStoredGroupChangeListener(ServerStoredGroupListener listener)
          Registers a listener that would receive events upon changes in server stored groups.
(package private)  void ServerStoredContactListMsnImpl.removeGroupListener(ServerStoredGroupListener listener)
          Removes the specified group listener so that it won't receive further events on group modification/creation/destruction.
 void OperationSetPersistentPresenceMsnImpl.removeServerStoredGroupChangeListener(ServerStoredGroupListener listener)
          Removes the specified group change listener so that it won't receive any further events.
 

Uses of ServerStoredGroupListener in net.java.sip.communicator.impl.protocol.sip
 

Methods in net.java.sip.communicator.impl.protocol.sip with parameters of type ServerStoredGroupListener
 void ServerStoredContactList.addGroupListener(ServerStoredGroupListener listener)
          Registers the specified group listener so that it would receive events on group modification/creation/destruction.
 void OperationSetPresenceSipImpl.addServerStoredGroupChangeListener(ServerStoredGroupListener listener)
          Registers a listener that would receive events upong changes in server stored groups.
 void ServerStoredContactList.removeGroupListener(ServerStoredGroupListener listener)
          Removes the specified group listener so that it won't receive further events on group modification/creation/destruction.
 void OperationSetPresenceSipImpl.removeServerStoredGroupChangeListener(ServerStoredGroupListener listener)
          Removes the specified group change listener so that it won't receive any further events.
 

Uses of ServerStoredGroupListener in net.java.sip.communicator.impl.protocol.yahoo
 

Methods in net.java.sip.communicator.impl.protocol.yahoo with parameters of type ServerStoredGroupListener
(package private)  void ServerStoredContactListYahooImpl.addGroupListener(ServerStoredGroupListener listener)
          Registers the specified group listener so that it would receive events on group modification/creation/destruction.
 void OperationSetPersistentPresenceYahooImpl.addServerStoredGroupChangeListener(ServerStoredGroupListener listener)
          Registers a listener that would receive events upong changes in server stored groups.
(package private)  void ServerStoredContactListYahooImpl.removeGroupListener(ServerStoredGroupListener listener)
          Removes the specified group listener so that it won't receive further events on group modification/creation/destruction.
 void OperationSetPersistentPresenceYahooImpl.removeServerStoredGroupChangeListener(ServerStoredGroupListener listener)
          Removes the specified group change listener so that it won't receive any further events.
 

Uses of ServerStoredGroupListener in net.java.sip.communicator.service.protocol
 

Methods in net.java.sip.communicator.service.protocol with parameters of type ServerStoredGroupListener
 void OperationSetPersistentPresence.addServerStoredGroupChangeListener(ServerStoredGroupListener listener)
          Registers a listener that would receive events upon changes in server stored groups.
 void AbstractOperationSetPersistentPresence.addServerStoredGroupChangeListener(ServerStoredGroupListener listener)
          Registers a listener that would receive events upon changes in server stored groups.
 void OperationSetPersistentPresence.removeServerStoredGroupChangeListener(ServerStoredGroupListener listener)
          Removes the specified group change listener so that it won't receive any further events.
 void AbstractOperationSetPersistentPresence.removeServerStoredGroupChangeListener(ServerStoredGroupListener listener)
          Removes the specified group change listener so that it won't receive any further events.
 


Jitsi: the OpenSource Java VoIP and Instant Messaging client.

Jitsi, the OpenSource Java VoIP and Instant Messaging client.
Distributable under LGPL license.