Uses of Interface
displayablecollections.ChangeNotification

Uses of ChangeNotification in displayablecollections
 

Subinterfaces of ChangeNotification in displayablecollections
static interface DisplayableCollection.CollectionChangedNotification<E>
          An object that implements this interface encapsulates information about changes to a DisplayableCollection.
static interface DisplayableList.ListChangedNotification<E>
          An object that implements this interface encapsulates information about changes to an DisplayableList.
static interface DisplayableMap.MapChangedNotification<K,V>
          An object that implements this interface encapsulates information about changes to an DisplayableMap Such an object will be the second parameter when the update() method of an Observer is called following a change to this DisplayableList.