com.ibm.dse.gui
Interface ExceptionInOperationListener
- All Superinterfaces:
- java.util.EventListener
- 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.
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
(c) Copyright IBM Corporation 1998, 2005