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 voidafterChange()voidafterObjectLoad(T loadedObject)voidafterSort()voidbeforeAdd(K id, T newObject)voidbeforeRemove(T objectToRemove)voidbeforeReplace(K id, T newObj)
-