com.ibm.processingbean.events
Interface ActionErrorListener

All Known Subinterfaces:
CryptoTransformationErrorListener, IOErrorListener

public interface ActionErrorListener
extends java.util.EventListener

The listener interface for receiving ActionErrorEvent.

See Also:
EventListener

Method Summary
 void actionError(ActionErrorEvent e)
          Invoked when the computation is not(!) completed successfully.
 

Method Detail

actionError

public void actionError(ActionErrorEvent e)
Invoked when the computation is not(!) completed successfully.