Changed Methods |
void addListDataListener(ListDataListener )
|
Documentation changed from old to new. |
Adds a listener to the list that's notified each time a change to the data model occurs. |
void fireContentsChanged(Object, int, int)
|
Documentation changed from old to new. |
AbstractListModel subclasses must call this method after one or more elements of the list change. |
void fireIntervalAdded(Object, int, int)
|
Documentation changed from old to new. |
AbstractListModel subclasses must call this method after one or more elements are added to the model. |
void fireIntervalRemoved(Object, int, int)
|
Documentation changed from old to new. |
AbstractListModel subclasses must call this method after one or more elements are removed from the model. |
EventListener[] getListeners(Class )
|
Documentation changed from old to new. |
Returns an array of all the objects currently registered as FooListener s upon this model. |
void removeListDataListener(ListDataListener )
|
Documentation changed from old to new. |
Removes a listener from the list that's notified each time a change to the data model occurs. |