ilog.ds
Class IlListDSSupport
java.lang.Object
|
+--ilog.ds.IlListDSSupport
- public class IlListDSSupport
- extends Object
Class supporting ListDSListeners
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
IlListDSSupport
public IlListDSSupport()
- Constructor
contains
protected boolean contains(ListDSListener l)
- Returns:
true
if containing the ListDSListener
l
addListDSListener
public void addListDSListener(ListDSListener l)
- Adds a ListDSListener.
- See Also:
ListDSListener
removeListDSListener
public void removeListDSListener(ListDSListener l)
- Removes a ListDSListener.
- See Also:
ListDSListener
fireElementChange
public void fireElementChange(ElementEvent evt)
- Notifies the listeners that a element has been added, removed, or
updated.
- See Also:
ElementEvent