public static interface ChangeNotifier.Listener<T>
| Modifier and Type | Method and Description |
|---|---|
void |
onChange(ChangeNotifier.ChangeNotification<T> changeNotification)
Signal that set of records changed.
|
void onChange(ChangeNotifier.ChangeNotification<T> changeNotification)
changeNotification - An object containing details about the changeCopyright © 2017. All rights reserved.