public static interface ArrayListWithCallbacks.OnItemRemovedListener
ArrayListWithCallbacks.| Modifier and Type | Method and Description |
|---|---|
void |
onItemRemoved(ArrayListWithCallbacks list,
java.lang.Object itemRemoved,
int index)
Invoked whenever an item is removed from an
ArrayListWithCallbacks which this
listener is registered to. |
void onItemRemoved(ArrayListWithCallbacks list, java.lang.Object itemRemoved, int index)
ArrayListWithCallbacks which this
listener is registered to.list - the ArrayListWithCallbacks which was modifieditemRemoved - the item which was removedindex - the index of the item which was removed