|
Jitsi: the OpenSource Java VoIP and Instant Messaging client. | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ServerStoredGroupListener
Used to deliver events concerning contact groups in server stored contact lists.
| 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 |
|---|
void groupCreated(ServerStoredGroupEvent evt)
evt - a ServerStoredGroupEvent containing a reference to the
newly created group.void groupRemoved(ServerStoredGroupEvent evt)
evt - a ServerStoredGroupEvent containing a reference to the
newly created group.void groupNameChanged(ServerStoredGroupEvent evt)
evt - a ServerStoredGroupEvent containing the details of the
name change.void groupResolved(ServerStoredGroupEvent evt)
evt - a ServerStoredGroupEvent containing the source group.
|
Jitsi: the OpenSource Java VoIP and Instant Messaging client. | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||