Package | Description |
---|---|
info.bioinfweb.commons.collections.observable |
Contains implementation related to observable collections (e.g.
|
Class and Description |
---|
ListAddEvent
Event that indicates that one or more new elements have been add to an implementation of
List . |
ListChangeEvent
An event object indicating that an instance of
List has been modified. |
ListChangeListener
Classes that want to listen to modifications applied to an instance of
List (e.g. |
ListMultipleChangesEvent
An event object indicating that multiple modifications of an instance of
List have happened. |
ListRemoveEvent
Event that indicates that one or more elements have been removed from an implementation of
List . |
ListReplaceEvent
Event that indicates that one or more new elements will be or have been add to an implementation of
List . |