|
EclipseLink 2.5.0, build 'v20130507-3faac2b' API Reference | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface IListChangeListener<T>
A IListChangeListener can be registered with a StateObject in order to be notified
when a list changes (items are added or removed from it or some items have been moved inside of
that list).
| Method Summary | |
|---|---|
void |
itemsAdded(IListChangeEvent<T> e)
Notifies this listener new items have been added to the list. |
void |
itemsMoved(IListChangeEvent<T> e)
Notifies this listener the list had items moved within the list. |
void |
itemsRemoved(IListChangeEvent<T> e)
Notifies this listener items have been removed from the list. |
| Method Detail |
|---|
void itemsAdded(IListChangeEvent<T> e)
e - The IListChangeEvent object containing the information of the changevoid itemsMoved(IListChangeEvent<T> e)
e - The IListChangeEvent object containing the information of the changevoid itemsRemoved(IListChangeEvent<T> e)
e - The IListChangeEvent object containing the information of the change
|
EclipseLink 2.5.0, build 'v20130507-3faac2b' API Reference | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||