|
LimeWire Collection Component API | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.limewire.collection.glazedlists.AbstractListEventListener<E>
public abstract class AbstractListEventListener<E>
An abstract ListEventListener for use with glazed lists when you really need the deleted object. Use this class sparingly, as it will cache the contents of the list.
| Constructor Summary | |
|---|---|
AbstractListEventListener()
|
|
| Method Summary | |
|---|---|
void |
install(ca.odell.glazedlists.EventList<E> source)
|
protected abstract void |
itemAdded(E item,
int idx,
ca.odell.glazedlists.EventList<E> source)
Notification that an item was added. |
protected abstract void |
itemRemoved(E item,
int idx,
ca.odell.glazedlists.EventList<E> source)
Notification that an item was removed. |
protected abstract void |
itemUpdated(E item,
E priorItem,
int idx,
ca.odell.glazedlists.EventList<E> source)
Notification that an item was replaced. |
void |
listChanged(ca.odell.glazedlists.event.ListEvent<E> changes)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public AbstractListEventListener()
| Method Detail |
|---|
public void install(ca.odell.glazedlists.EventList<E> source)
public void listChanged(ca.odell.glazedlists.event.ListEvent<E> changes)
listChanged in interface ca.odell.glazedlists.event.ListEventListener<E>
protected abstract void itemAdded(E item,
int idx,
ca.odell.glazedlists.EventList<E> source)
protected abstract void itemRemoved(E item,
int idx,
ca.odell.glazedlists.EventList<E> source)
protected abstract void itemUpdated(E item,
E priorItem,
int idx,
ca.odell.glazedlists.EventList<E> source)
|
LimeWire Collection Component API | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||