public interface DataChangeNotification
| Modifier and Type | Interface and Description |
|---|---|
static class |
DataChangeNotification.NotifyInfo |
static class |
DataChangeNotification.Operation |
static class |
DataChangeNotification.Source |
static class |
DataChangeNotification.TrackInfo<T> |
| Modifier and Type | Method and Description |
|---|---|
rx.Observable<DataChangeNotification.NotifyInfo> |
getNotifications() |
<T> rx.Observable<DataChangeNotification.TrackInfo<T>> |
track(Class<T> manifest) |
rx.Observable<DataChangeNotification.NotifyInfo> getNotifications()
<T> rx.Observable<DataChangeNotification.TrackInfo<T>> track(Class<T> manifest)
Copyright © 2016. All rights reserved.