com.vodafone360.people.engine.contactsync
Interface NativeContactsApi.ContactsObserver

All Known Implementing Classes:
ContactSyncEngine
Enclosing class:
NativeContactsApi

public static interface NativeContactsApi.ContactsObserver

The Observer interface to receive notifications about changes in the native address book.


Method Summary
 void onChange()
          Call-back to notify that a change happened in the native address book.
 

Method Detail

onChange

void onChange()
Call-back to notify that a change happened in the native address book.



JavaDoc