ilog.ds.sdm
Class IlSDMDSSupport

java.lang.Object
  |
  +--ilog.ds.sdm.IlSDMDSSupport

public class IlSDMDSSupport
extends Object

Class supporting SDMDSListeners. This class can be used as a base or delegation class to implements GanttDSListeners.


Constructor Summary
IlSDMDSSupport()
          Constructor
 
Method Summary
 void addSDMDSListener(SDMDSListener l)
          Adds a SDMDSListener.
protected  boolean contains(SDMDSListener l)
          Verify if a listener is contained in the listeners list.
 void fireLinkChange(SDMLinkEvent evt)
          Notifies the listeners that a link has been added, removed, or updated.
 void fireNodeChange(SDMNodeEvent evt)
          Notifies the listeners that a node has been added, removed, or updated.
 void removeSDMDSListener(SDMDSListener l)
          Removes a SDMDSListener.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IlSDMDSSupport

public IlSDMDSSupport()
Constructor
Method Detail

contains

protected boolean contains(SDMDSListener l)
Verify if a listener is contained in the listeners list.
Returns:
true if containing the SDMDSListener l

addSDMDSListener

public void addSDMDSListener(SDMDSListener l)
Adds a SDMDSListener.
See Also:
SDMDSListener

removeSDMDSListener

public void removeSDMDSListener(SDMDSListener l)
Removes a SDMDSListener.
See Also:
SDMDSListener

fireNodeChange

public void fireNodeChange(SDMNodeEvent evt)
Notifies the listeners that a node has been added, removed, or updated.
See Also:
SDMNodeEvent

fireLinkChange

public void fireLinkChange(SDMLinkEvent evt)
Notifies the listeners that a link has been added, removed, or updated.
See Also:
SDMLinkEvent