IBM Branch Transformation Toolkit Javadoc

com.ibm.dse.gui
Interface CoordinatedEventListener

All Superinterfaces:
java.util.EventListener
All Known Subinterfaces:
CoordinatedPanel, TaskButton
All Known Implementing Classes:
CoordinatedEventMulticaster, DSECoordinatedPanel, DSENavigationController, DSETaskButton, ExternalTaskButton

public interface CoordinatedEventListener
extends java.util.EventListener

The CoordinatedEventListener interface is the event set listener interface for the DSECoordinationEvent feature.


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

Method Detail

handleDSECoordinationEvent

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

Parameters:
event - DSECoordinationEvent

IBM Branch Transformation Toolkit Javadoc

(c) Copyright IBM Corporation 1998, 2005