Jitsi: the OpenSource Java VoIP and Instant Messaging client.

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

All Superinterfaces:
EventListener

public interface ServerStoredGroupListener
extends EventListener

Used to deliver events concerning contact groups in server stored contact lists.

Author:
Emil Ivov

Method Summary
 void groupCreated(ServerStoredGroupEvent evt)
          Called whnever an indication is received that a new server stored group is created.
 void groupNameChanged(ServerStoredGroupEvent evt)
          Called when an indication is received that the name of a server stored contact group has changed.
 void groupRemoved(ServerStoredGroupEvent evt)
          Called whnever an indication is received that an existing server stored group has been removed.
 void groupResolved(ServerStoredGroupEvent evt)
          Called when a contact group has been successfully resolved against the server.
 

Method Detail

groupCreated

void groupCreated(ServerStoredGroupEvent evt)
Called whnever an indication is received that a new server stored group is created.

Parameters:
evt - a ServerStoredGroupEvent containing a reference to the newly created group.

groupRemoved

void groupRemoved(ServerStoredGroupEvent evt)
Called whnever an indication is received that an existing server stored group has been removed.

Parameters:
evt - a ServerStoredGroupEvent containing a reference to the newly created group.

groupNameChanged

void groupNameChanged(ServerStoredGroupEvent evt)
Called when an indication is received that the name of a server stored contact group has changed.

Parameters:
evt - a ServerStoredGroupEvent containing the details of the name change.

groupResolved

void groupResolved(ServerStoredGroupEvent evt)
Called when a contact group has been successfully resolved against the server. ContactGroup-s are considered unresolved when they have been stored locally and thus re-loaded when the application was started. A group is resolved when the fact that it is still present in the server stored contact list has been confirmed by the server.

Parameters:
evt - a ServerStoredGroupEvent containing the source group.

Jitsi: the OpenSource Java VoIP and Instant Messaging client.

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