public interface ListListener<T>
| Modifier and Type | Method and Description |
|---|---|
void |
onAdd(T obj) |
void |
onAdd(T obj,
int index) |
void |
onClear() |
void |
onRemove(int index) |
void |
onReplace(T obj,
int index) |
Copyright © 2014. All Rights Reserved.