Package | Description |
---|---|
info.bioinfweb.commons.collections.observable |
Contains implementation related to observable collections (e.g.
|
Modifier and Type | Class and Description |
---|---|
class |
ListAddEvent<E>
Event that indicates that one or more new elements have been add to an implementation of
List . |
class |
ListMultipleChangesEvent<E>
An event object indicating that multiple modifications of an instance of
List have happened. |
class |
ListRemoveEvent<L,E>
Event that indicates that one or more elements have been removed from an implementation of
List . |
class |
ListReplaceEvent<E>
Event that indicates that one or more new elements will be or have been add to an implementation of
List . |