com.skype.api
Interface ContactGroupListener


public interface ContactGroupListener


Method Summary
 void onChange(ContactGroup object, Contact contact)
          A contact has been added or removed to this ContactGroup.
 void onChangeConversation(ContactGroup object, Conversation conversation)
          conversation added or removed from this group * @param conversation
 void onPropertyChange(ContactGroup object, ContactGroup.Property p, int value, java.lang.String svalue)
          This event gets called when there are changes to ContactGroup properties defined in ContactGroup.Property
 

Method Detail

onPropertyChange

void onPropertyChange(ContactGroup object,
                      ContactGroup.Property p,
                      int value,
                      java.lang.String svalue)
This event gets called when there are changes to ContactGroup properties defined in ContactGroup.Property


onChangeConversation

void onChangeConversation(ContactGroup object,
                          Conversation conversation)
conversation added or removed from this group * @param conversation


onChange

void onChange(ContactGroup object,
              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.

Parameters:
contact -


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