public abstract class AbstractResultListModel<E> extends Objectimplements ListModel <E>
| Constructor and Description |
|---|
AbstractResultListModel()
|
| Modifier and Type | Method and Description |
|---|---|
void |
addListDataListener(ListDataListener
|
void |
fire(ListDataEvent
Propagate the given event to all registered ListDataListeners.
|
void |
removeListDataListener(ListDataListener
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetElementAt, getSizepublic void addListDataListener(ListDataListenerl)
public void removeListDataListener(ListDataListenerl)
public void fire(ListDataEvente)
e - the event to propagate.