com.skype.api
Interface ContactSearch.ContactSearchListener

Enclosing class:
ContactSearch

public static interface ContactSearch.ContactSearchListener


Method Summary
 void OnNewResult(SkypeObject obj, Contact contact, int rankValue)
          This callback is fired when a new matching contact has been found during the search.
 void OnPropertyChange(SkypeObject obj, ContactSearch.PROPERTY prop, java.lang.Object value)
          This event gets called when there are changes to ContactSearch properties defined in ContactSearch.PROPERTY
 

Method Detail

OnPropertyChange

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


OnNewResult

void OnNewResult(SkypeObject obj,
                 Contact contact,
                 int rankValue)
This callback is fired when a new matching contact has been found during the search.



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