ilog.ds
Interface IlGraphDataSource

All Superinterfaces:
IlDataSource
All Known Implementing Classes:
IlsGraphDataSource

public interface IlGraphDataSource
extends IlDataSource

Graph data source Note that the dereferencing is missing.


Method Summary
abstract  void addGraphDSListener(GraphDSListener l)
          Adds a listener for all graph events.
abstract  void removeGraphDSListener(GraphDSListener l)
          Removes a listener for all graph events.
 
Methods inherited from interface ilog.ds.IlDataSource
addBatchListener, addDataSourceListener, getDSProperties, getDSProperty, removeBatchListener, removeDataSourceListener
 

Method Detail

addGraphDSListener

public void addGraphDSListener(GraphDSListener l)
Adds a listener for all graph events.
Parameters:
l - The listener
See Also:
GraphDSListener

removeGraphDSListener

public void removeGraphDSListener(GraphDSListener l)
Removes a listener for all graph events.
Parameters:
l - The listener
See Also:
GraphDSListener