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.
handleDSECoordinationEvent
public void handleDSECoordinationEvent(DSECoordinationEvent event)
- Contains the appropriate actions to be executed when DSECoordinationEvent has been triggered.
- Parameters:
event
- DSECoordinationEvent
(c) Copyright IBM Corporation 1998, 2005