- All Superinterfaces:
- ArrayListWithCallbacks.OnItemAddedListener, ArrayListWithCallbacks.OnItemRemovedListener, ArrayListWithCallbacks.OnListClearedListener
- Enclosing class:
- ArrayListWithCallbacks<T>
public static interface ArrayListWithCallbacks.OnListChangedListener
extends ArrayListWithCallbacks.OnItemAddedListener, ArrayListWithCallbacks.OnItemRemovedListener, ArrayListWithCallbacks.OnListClearedListener
Interface definition for callbacks to be received whenever an ArrayListWithCallbacks
is modified.