Package | Description |
---|---|
info.bioinfweb.commons.collections.observable |
Contains implementation related to observable collections (e.g.
|
Modifier and Type | Method and Description |
---|---|
void |
ListChangeAdapter.afterElementReplaced(ListReplaceEvent<E> event)
Empty implementation to be overwritten if necessary.
|
void |
ListChangeListener.afterElementReplaced(ListReplaceEvent<E> event)
Called after an element in the monitored list has been replaced by another one.
|
void |
ListChangeAdapter.beforeElementReplaced(ListReplaceEvent<E> event)
Empty implementation to be overwritten if necessary.
|
void |
ListChangeListener.beforeElementReplaced(ListReplaceEvent<E> event)
Called before an element in the monitored list will be replaced by another one.
|