com.ibm.as400.vaccess
Interface ErrorListener

All Superinterfaces:
EventListener
All Known Implementing Classes:
ErrorDialogAdapter

Deprecated. Use Java Swing instead, along with the classes in package com.ibm.as400.access

public interface ErrorListener
extends EventListener

The ErrorListener interface provides a listener interface for receiving error events.


Method Summary
Modifier and Type Method and Description
 void errorOccurred(ErrorEvent event)
          Deprecated. Invoked when an error has occurred.
 

Method Detail

errorOccurred

void errorOccurred(ErrorEvent event)
Deprecated. 
Invoked when an error has occurred.

Parameters:
event - The error event.