ca.odell.glazedlists
Interface ObservableElementChangeHandler<E>

Type Parameters:
E - list element type
All Known Implementing Classes:
ObservableElementList

public 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).

Author:
Holger Brands

Method Summary
 void elementChanged(Object listElement)
          Handle a listener being notified for the specified listElement.
 

Method Detail

elementChanged

void elementChanged(Object listElement)
Handle a listener being notified for the specified 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).

Parameters:
listElement - the list element which has been modified


Glazed Lists, Copyright © 2003 publicobject.com, O'Dell Engineering.
Documentation build by hbrands at 2017-03-13 22:58