com.vodafone360.people.engine.contactsync
Class NativeContactsApi2.NativeContentObserver

java.lang.Object
  extended by ContentObserver
      extended by com.vodafone360.people.engine.contactsync.NativeContactsApi2.NativeContentObserver
Enclosing class:
NativeContactsApi2

private class NativeContactsApi2.NativeContentObserver
extends ContentObserver

This class holds a native content observer that will be notified in case of changes on the registered URI.


Constructor Summary
NativeContactsApi2.NativeContentObserver()
           
 
Method Summary
 void onChange(boolean selfChange)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NativeContactsApi2.NativeContentObserver

public NativeContactsApi2.NativeContentObserver()
Method Detail

onChange

public void onChange(boolean selfChange)


JavaDoc