com.ibm.cryptobeans.events
Interface CryptoTransformationErrorListener


public interface CryptoTransformationErrorListener
extends ActionErrorListener, java.util.EventListener

The event set listener interface for the cryptoTransformationError feature.


Method Summary
 void onCryptoTransformationError(CryptoTransformationErrorEvent event)
          Invoked when any problem during the process of the cryptographic transformation occurs.
 
Methods inherited from interface com.ibm.processingbean.events.ActionErrorListener
actionError
 

Method Detail

onCryptoTransformationError

public void onCryptoTransformationError(CryptoTransformationErrorEvent event)
Invoked when any problem during the process of the cryptographic transformation occurs.
Parameters:
event - com.ibm.cryptobeans.events.CryptoTransformationErrorEvent