|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
E
- list element typepublic interface ObservableElementChangeHandler<E>
This interface defines the contract between an ObservableElementList
and an associated ObservableElementList.Connector
.
This allows different implementations of an ObservableElementList while reusing the existing Connector
(implementations).
Method Summary | |
---|---|
void |
elementChanged(Object listElement)
Handle a listener being notified for the specified listElement . |
Method Detail |
---|
void elementChanged(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 modified
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |