public interface WatchedListListener<T>
| Modifier and Type | Method and Description |
|---|---|
void |
onAdded(int index,
T value) |
void |
onChanged() |
void |
onRemoved(int index,
T value) |
void |
onSet(int index,
T oldValue,
T newValue) |