Interface IndexedCollection.CollectionListener<K,T>
-
- All Known Implementing Classes:
IndexedCollection.CollectionListenerAdapter
- Enclosing class:
- IndexedCollection<K,T extends Comparable>
public static interface IndexedCollection.CollectionListener<K,T>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
afterChange()
void
afterObjectLoad(T loadedObject)
void
afterSort()
void
beforeAdd(K id, T newObject)
void
beforeRemove(T objectToRemove)
void
beforeReplace(K id, T newObj)
-