com.ibm.dse.gui
Interface ExceptionInOperationListener

All Known Implementing Classes:
ExceptionInOperationEventMulticaster

public interface ExceptionInOperationListener
extends java.util.EventListener

The ExceptionInOperationListener interface is the event set listener interface for the exceptionInOperation feature. It must be implementation by any application that wants to know when an exception happens during the operation execution.


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

Method Detail

handleExceptionInOperation

public void handleExceptionInOperation(ExceptionInOperationEvent event)
Contains the appropriate actions to be executed when ExceptionInOperationEvent has been triggered.
Parameters:
event - com.ibm.dse.gui.ExceptionInOperationEvent