com.vodafone360.people.engine.activities
Class TimelineEventWatcher.TimelineContentObserver

java.lang.Object
  extended by ContentObserver
      extended by com.vodafone360.people.engine.activities.TimelineEventWatcher.TimelineContentObserver
Enclosing class:
TimelineEventWatcher

private class TimelineEventWatcher.TimelineContentObserver
extends ContentObserver

ContentObserver derived class that allows ActivitiesEngine to receive notifications of changes in call and message logs - thus prompting a sync. of these events.


Field Summary
private  ActivitiesTable.TimelineNativeTypes mType
           
 
Constructor Summary
TimelineEventWatcher.TimelineContentObserver(ActivitiesTable.TimelineNativeTypes type)
           
 
Method Summary
 void onChange(boolean selfChange)
          Notification of a change event in the content we are observing.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

mType

private ActivitiesTable.TimelineNativeTypes mType
Constructor Detail

TimelineEventWatcher.TimelineContentObserver

public TimelineEventWatcher.TimelineContentObserver(ActivitiesTable.TimelineNativeTypes type)
Method Detail

onChange

public void onChange(boolean selfChange)
Notification of a change event in the content we are observing. Request an Activities sync. event.



JavaDoc