ilog.ds
Class IlGraphDSSupport
java.lang.Object
|
+--ilog.ds.IlGraphDSSupport
- public class IlGraphDSSupport
- extends Object
Class supporting GraphDSListeners
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
IlGraphDSSupport
public IlGraphDSSupport()
- Constructor
contains
protected boolean contains(GraphDSListener l)
- Returns:
true
if containing the GraphDSListener
l
addGraphDSListener
public void addGraphDSListener(GraphDSListener l)
- Adds a GraphDSListener.
- See Also:
GraphDSListener
removeGraphDSListener
public void removeGraphDSListener(GraphDSListener l)
- Removes a GraphDSListener.
- See Also:
GraphDSListener
fireNodeChange
public void fireNodeChange(NodeEvent evt)
- Notifies the listeners that a node has been added, removed, or updated.
- See Also:
NodeEvent
fireLinkChange
public void fireLinkChange(LinkEvent evt)
- Notifies the listeners that a link has been added, removed, or updated.
- See Also:
LinkEvent