All Packages  Class Hierarchy  This Package  Previous  Next  Index

Interface com.ibm.datesbeans.event.ActionErrorListener


public abstract interface ActionErrorListener
extends java.util.EventListener
The event set listener interface for the onActionError feature.

Since:
DatesBeans 1.0
See Also:
ActionErrorEvent

Method Index

 o actionError(ActionErrorEvent)
Invoked when the computation does not get completed successfully.

Method Detail

 o actionError
public void actionError(ActionErrorEvent e)
          Invoked when the computation does not get completed successfully.

All Packages  Class Hierarchy  This Package  Previous  Next  Index