stella
Interface ErrorListener

All Superinterfaces:
EventListener
All Known Subinterfaces:
ErrorHandling
All Known Implementing Classes:
AbstractErrorHandler, ErrorEcho, JRoofView.Link, 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.


Method Summary
 void errorOccured(ErrorEvent ee)
          The method called by registered error event casters.
 

Method Detail

errorOccured

void errorOccured(ErrorEvent ee)
The method called by registered error event casters.