com.tensegrity.palowebviewer.modules.widgets.client.list
Class ListModelListnerCollection
java.lang.Object
com.tensegrity.palowebviewer.modules.widgets.client.list.ListModelListnerCollection
public class ListModelListnerCollection
- extends java.lang.Object
Collection of IListModelListener
that can add/remove and notify listeners.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ListModelListnerCollection
public ListModelListnerCollection()
addListener
public void addListener(IListModelListener listener)
removeListener
public void removeListener(IListModelListener listener)
fireContentsChanged
public void fireContentsChanged(ListModelEvent event)
fireIntervalAdded
public void fireIntervalAdded(ListModelEvent event)
fireIntervalRemoved
public void fireIntervalRemoved(ListModelEvent event)
fireContentsChanged
public void fireContentsChanged(int i0,
int i1)
fireIntervalAdded
public void fireIntervalAdded(int i0,
int i1)
fireIntervalRemoved
public void fireIntervalRemoved(int i0,
int i1)