displayablecollections
Interface DisplayableList.ListChangedNotification<E>

All Superinterfaces:
ChangeNotification, DisplayableCollection.CollectionChangedNotification<E>
Enclosing interface:
DisplayableList<E>

public static interface DisplayableList.ListChangedNotification<E>
extends DisplayableCollection.CollectionChangedNotification<E>

An object that implements this interface encapsulates information about changes to an DisplayableList. Such an object will be the second parameter when the update() method of an Observer is called following a change to this DisplayableList.


Nested Class Summary
 
Nested classes/interfaces inherited from interface displayablecollections.ChangeNotification
ChangeNotification.ChangeType
 
Method Summary
 int getIndex()
          Accessor for information about the position of the element affected
 
Methods inherited from interface displayablecollections.DisplayableCollection.CollectionChangedNotification
getElement, getType
 

Method Detail

getIndex

int getIndex()
Accessor for information about the position of the element affected

Returns:
the index of the entry affected (not relevant if the type is CLEARED)