com.skype.api
Interface ContactGroup.ContactGroupListener

Enclosing class:
ContactGroup

public static interface ContactGroup.ContactGroupListener


Method Summary
 void OnChange(SkypeObject obj, Contact contact)
          A contact has been added or removed to this ContactGroup.
 void OnChangeConversation(SkypeObject obj, Conversation conversation)
          conversation added or removed from this group
 void OnPropertyChange(SkypeObject obj, ContactGroup.PROPERTY prop, java.lang.Object value)
          This event gets called when there are changes to ContactGroup properties defined in ContactGroup.PROPERTY
 

Method Detail

OnPropertyChange

void OnPropertyChange(SkypeObject obj,
                      ContactGroup.PROPERTY prop,
                      java.lang.Object value)
This event gets called when there are changes to ContactGroup properties defined in ContactGroup.PROPERTY


OnChangeConversation

void OnChangeConversation(SkypeObject obj,
                          Conversation conversation)
conversation added or removed from this group


OnChange

void OnChange(SkypeObject obj,
              Contact contact)
A contact has been added or removed to this ContactGroup.
NB! On rare occasions, the ContectRef argument to this callback can be NULL. You should always check whether the reference is valid, before accessing methods or properties.



Copyright © 2010, 2011 Skype Technologies. All Rights Reserved.