public static interface ArrayListWithCallbacks.OnItemAddedListener
ArrayListWithCallbacks.| Modifier and Type | Method and Description |
|---|---|
void |
onItemAdded(ArrayListWithCallbacks list,
java.lang.Object itemAdded,
int index)
Invoked whenever an item is added to an
ArrayListWithCallbacks which this
listener is registered to. |
void onItemAdded(ArrayListWithCallbacks list, java.lang.Object itemAdded, int index)
ArrayListWithCallbacks which this
listener is registered to.list - the ArrayListWithCallbacks which was modifieditemAdded - the item which was addedindex - the index of the item which was added