com.ibm.cryptobeans.events
Interface IOErrorListener


public interface IOErrorListener
extends ActionErrorListener, java.util.EventListener

The event set listener interface for the IOError feature.


Method Summary
 void onIOError(IOErrorEvent param)
          Envoked when any input/output error occurs.
 
Methods inherited from interface com.ibm.processingbean.events.ActionErrorListener
actionError
 

Method Detail

onIOError

public void onIOError(IOErrorEvent param)
Envoked when any input/output error occurs.
Parameters:
param - com.ibm.cryptobeans.events.IOErrorEvent