ilog.cpl.datasource
Interface DataSourceListener

All Superinterfaces:
EventListener
All Known Implementing Classes:
IlpAbstractAdapter, IlpAbstractHierarchyAdapter, IlpAbstractNodeAdapter, IlpAbstractTreeAdapter, IlpContainmentTreeAdapter, IlpEquipmentAdapter, IlpListAdapter, IlpNetworkAdapter, IlpTableListAdapter

public interface DataSourceListener
extends EventListener

The listener interface for receiving data source events.

Since:
JTGO 3.0

Method Summary
 void batchEnded(DataSourceEvent e)
          Called when a batch of modifications of the data source has ended.
 void batchStarted(DataSourceEvent e)
          Called when a batch of modifications of the data source has started.
 void objectAttributeChanged(DataSourceObjectEvent e)
          Called when an object attribute has changed.
 void objectsAdded(DataSourceEvent e)
          Called when objects have been added to the data source.
 void objectsRemoved(DataSourceEvent e)
          Called when objects have been removed from the data source.
 void objectStructureChanged(DataSourceObjectEvent e)
          Called when an object structure has changed.
 

Method Detail

objectsAdded

void objectsAdded(DataSourceEvent e)
Called when objects have been added to the data source.


objectsRemoved

void objectsRemoved(DataSourceEvent e)
Called when objects have been removed from the data source.


batchStarted

void batchStarted(DataSourceEvent e)
Called when a batch of modifications of the data source has started. Listeners should start delaying the processing of DataSourceEvent and DataSourceObjectEvent.

Since:
JTGO 4.0

batchEnded

void batchEnded(DataSourceEvent e)
Called when a batch of modifications of the data source has ended.

Since:
JTGO 4.0

objectStructureChanged

void objectStructureChanged(DataSourceObjectEvent e)
Called when an object structure has changed.


objectAttributeChanged

void objectAttributeChanged(DataSourceObjectEvent e)
Called when an object attribute has changed.



Copyright © 1996-2007 ILOG S.A. All rights reserved.   Documentation homepage.   . All Rights Reserved.