ilog.ds
Class IlGraphDSSupport

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

public class IlGraphDSSupport
extends Object

Class supporting GraphDSListeners


Constructor Summary
IlGraphDSSupport()
          Constructor
 
Method Summary
 void addGraphDSListener(GraphDSListener l)
          Adds a GraphDSListener.
protected  boolean contains(GraphDSListener l)
           
 void fireLinkChange(LinkEvent evt)
          Notifies the listeners that a link has been added, removed, or updated.
 void fireNodeChange(NodeEvent evt)
          Notifies the listeners that a node has been added, removed, or updated.
 void removeGraphDSListener(GraphDSListener l)
          Removes a GraphDSListener.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IlGraphDSSupport

public IlGraphDSSupport()
Constructor
Method Detail

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