com.ibm.dse.base
Interface OperationRepliedListener

All Known Implementing Classes:
OperationRepliedEventMulticaster, DSEOperationState, ExecuteOperationAct, DSECoordinatedPanel

public interface OperationRepliedListener
extends java.util.EventListener

The event set listener interface for the operationReplied feature.


Method Summary
 void handleOperationRepliedEvent(OperationRepliedEvent event)
          This method must be implemented by the operations that want to receive the OperationRepiedEvent events.
 

Method Detail

handleOperationRepliedEvent

public void handleOperationRepliedEvent(OperationRepliedEvent event)
This method must be implemented by the operations that want to receive the OperationRepiedEvent events.
Parameters:
event - com.ibm.dse.base.OperationRepliedEvent