| Interface | Description |
|---|---|
| ArrayListWithCallbacks.OnItemAddedListener |
Interface definition for callbacks to be invoked whenever an item is added to an
ArrayListWithCallbacks. |
| ArrayListWithCallbacks.OnItemRemovedListener |
Interface definition for callbacks to be received whenever an item is removed from an
ArrayListWithCallbacks. |
| ArrayListWithCallbacks.OnListChangedListener |
Interface definition for callbacks to be received whenever an
ArrayListWithCallbacks
is modified. |
| ArrayListWithCallbacks.OnListClearedListener |
Interface definition for callbacks to be received whenever an
ArrayListWithCallbacks
is cleared. |
| Class | Description |
|---|---|
| ArrayListWithCallbacks<T> |
An ArrayList which dispatches callback events to registered listeners whenever the
Collection is modified. |