public static interface ArrayListWithCallbacks.OnListClearedListener
ArrayListWithCallbacks
is cleared.| Modifier and Type | Method and Description |
|---|---|
void |
onListCleared(ArrayListWithCallbacks list)
Invoked whenever an
ArrayListWithCallbacks which this listener is registered to
is cleared. |
void onListCleared(ArrayListWithCallbacks list)
ArrayListWithCallbacks which this listener is registered to
is cleared.list - the ArrayListWithCallbacks which was modified