Interface LiveList.Observer<E,O>

All Known Subinterfaces:
LiveList.QuasiChangeObserver<E>, LiveList.QuasiModificationObserver<E>
All Known Implementing Classes:
ChangeListenerWrapper, ChangeObserverWrapper, InvalidationListenerWrapper, ModificationObserverWrapper
Enclosing interface:
LiveList<E>

public static interface LiveList.Observer<E,O>