|
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 MetaContactListListener
A MetaContactListListener can be registered with a MetaContactListService so that it will receive any changes that have occurred in the contact list layout.
| Method Summary | |
|---|---|
void |
childContactsReordered(MetaContactGroupEvent evt)
Indicates that the order under which the child contacts were ordered inside the source group has changed. |
void |
metaContactAdded(MetaContactEvent evt)
Indicates that a MetaContact has been successfully added to the MetaContact list. |
void |
metaContactAvatarUpdated(MetaContactAvatarUpdateEvent evt)
Indicates that a new avatar is available for a MetaContact. |
void |
metaContactGroupAdded(MetaContactGroupEvent evt)
Indicates that a MetaContactGroup has been successfully added to the MetaContact list. |
void |
metaContactGroupModified(MetaContactGroupEvent evt)
Indicates that a MetaContactGroup has been modified (e.g. |
void |
metaContactGroupRemoved(MetaContactGroupEvent evt)
Indicates that a MetaContactGroup has been removed from the MetaContact list. |
void |
metaContactModified(MetaContactModifiedEvent evt)
Indicates that a MetaContact has been modified. |
void |
metaContactMoved(MetaContactMovedEvent evt)
Indicates that a MetaContact has been moved inside the MetaContact list. |
void |
metaContactRemoved(MetaContactEvent evt)
Indicates that a MetaContact has been removed from the MetaContact list. |
void |
metaContactRenamed(MetaContactRenamedEvent evt)
Indicates that a MetaContact has been modified. |
void |
protoContactAdded(ProtoContactEvent evt)
Indicates that a protocol specific Contact instance has been added to the list of protocol specific buddies in this MetaContact |
void |
protoContactModified(ProtoContactEvent evt)
Indicates that one of the protocol specific Contact instances encapsulated by this MetaContact has been modified in some way. |
void |
protoContactMoved(ProtoContactEvent evt)
Indicates that a protocol specific Contact instance has been moved from within one MetaContact to another. |
void |
protoContactRemoved(ProtoContactEvent evt)
Indicates that a protocol specific Contact instance has been removed from the list of protocol specific buddies in this MetaContact |
| Method Detail |
|---|
void metaContactAdded(MetaContactEvent evt)
evt - the MetaContactListEvent containing the corresponding contactvoid metaContactRenamed(MetaContactRenamedEvent evt)
evt - the MetaContactListEvent containing the corresponding contactvoid protoContactAdded(ProtoContactEvent evt)
evt - a reference to the corresponding
ProtoContactEventvoid protoContactModified(ProtoContactEvent evt)
evt - a reference to the corresponding
ProtoContactEventvoid protoContactRemoved(ProtoContactEvent evt)
evt - a reference to the corresponding
ProtoContactEventvoid protoContactMoved(ProtoContactEvent evt)
evt - a reference to the ProtoContactMovedEvent instance.void metaContactRemoved(MetaContactEvent evt)
evt - the MetaContactListEvent containing the corresponding contactvoid metaContactMoved(MetaContactMovedEvent evt)
evt - the MetaContactListEvent containing the corresponding contactvoid metaContactGroupAdded(MetaContactGroupEvent evt)
evt - the MetaContactListEvent containing the corresponding contactvoid metaContactGroupModified(MetaContactGroupEvent evt)
evt - the MetaContactListEvent containing the corresponding contactvoid metaContactGroupRemoved(MetaContactGroupEvent evt)
evt - the MetaContactListEvent containing the corresponding contactvoid childContactsReordered(MetaContactGroupEvent evt)
evt - the MetaContactGroupEvent containing details of this
event.void metaContactModified(MetaContactModifiedEvent evt)
evt - the MetaContactModifiedEvent containing the corresponding
contactvoid metaContactAvatarUpdated(MetaContactAvatarUpdateEvent evt)
evt - the MetaContactAvatarUpdateEvent containing details
of this event
|
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 | |||||||||