IBM Branch Transformation Toolkit Javadoc

com.ibm.dse.gui
Interface DataChangedListener

All Superinterfaces:
java.util.EventListener
All Known Implementing Classes:
DataChangedEventMulticaster

public interface DataChangedListener
extends java.util.EventListener

The DataChangedListener interface is the event set listener interface for the dataChanged feature.


Method Summary
 void handleDataChanged(DataChangedEvent event)
          Contains the appropriate actions to be executed when DataChangedEvent has been triggered.
 

Method Detail

handleDataChanged

public void handleDataChanged(DataChangedEvent event)
Contains the appropriate actions to be executed when DataChangedEvent has been triggered.

Parameters:
event - DataChangedEvent

IBM Branch Transformation Toolkit Javadoc

(c) Copyright IBM Corporation 1998, 2005