ilog.ds
Class IlListDSSupport

java.lang.Object
  |
  +--ilog.ds.IlListDSSupport

public class IlListDSSupport
extends Object

Class supporting ListDSListeners


Constructor Summary
IlListDSSupport()
          Constructor
 
Method Summary
 void addListDSListener(ListDSListener l)
          Adds a ListDSListener.
protected  boolean contains(ListDSListener l)
           
 void fireElementChange(ElementEvent evt)
          Notifies the listeners that a element has been added, removed, or updated.
 void removeListDSListener(ListDSListener l)
          Removes a ListDSListener.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IlListDSSupport

public IlListDSSupport()
Constructor
Method Detail

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