All Packages  Class Hierarchy  This Package  Previous  Next  Index

Interface com.ibm.as400.vaccess.ErrorListener

public interface ErrorListener
extends EventListener
The ErrorListener interface provides a listener interface for receiving error events.


Method Index

 o errorOccurred(ErrorEvent)
Invoked when an error has occurred.

Methods

 o errorOccurred
 public abstract void errorOccurred(ErrorEvent event)
Invoked when an error has occurred.

Parameters:
event - The error event.

All Packages  Class Hierarchy  This Package  Previous  Next  Index