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.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
IlSDMDSSupport
public IlSDMDSSupport()
- Constructor
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