com.skype.api
Interface ContactSearchListener


public interface ContactSearchListener


Method Summary
 void onNewResult(ContactSearch object, Contact contact, int rankValue)
          This callback is fired when a new matching contact has been found during the search.
 void onPropertyChange(ContactSearch object, ContactSearch.Property p, int value, java.lang.String svalue)
          This event gets called when there are changes to ContactSearch properties defined in ContactSearch.Property
 

Method Detail

onPropertyChange

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


onNewResult

void onNewResult(ContactSearch object,
                 Contact contact,
                 int rankValue)
This callback is fired when a new matching contact has been found during the search. * @param contact

Parameters:
rankValue -


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