E - list element type@FunctionalInterface
public interface ObservableElementChangeHandler<E>
ObservableElementList and an associated ObservableElementList.Connector.
This allows different implementations of an ObservableElementList while reusing the existing Connector
(implementations).| Modifier and Type | Method and Description |
|---|---|
void |
elementChanged(java.lang.Object listElement)
Handle a listener being notified for the specified
listElement. |
void elementChanged(java.lang.Object listElement)
listElement.
This method causes a ListEvent to be fired from this EventList indicating
an update occurred at all locations of the given listElement.
Note that listElement must be the exact object located within this list
(i.e. listElement == get(i) for some i >= 0).
listElement - the list element which has been modifiedGlazed Lists, Copyright © 2003 publicobject.com, O'Dell Engineering.
Documentation build by swimmesberger at Wed Feb 13 09:45:20 CET 2019