- All Superinterfaces:
- EventListener
- All Known Subinterfaces:
- ErrorHandling
- All Known Implementing Classes:
- AbstractErrorHandler, ErrorEcho, MasterErrorHandler, ParameterSet, SystemErrListener, TelescopeClient
public interface ErrorListener
extends EventListener
The listener interface for receiving error events. The class that is
interested in receiving error events implements this interface, and the
object that is created from that class registers itself to error event
generating sources. Registering and deregistering uses the standard
convention names, addErrorListener and
removeErrorListener. When an error event occurs the
errorOccured of all registered ErrorListeners are invoked.