stella.rmi
Interface RmiErrorListener

All Superinterfaces:
EventListener, Remote, RmiEventListener, RmiListener
All Known Implementing Classes:
ErrorRelay, FieldSerializer, FitsRelay, JAdapter, JEnvironment, JLaunchBox, JMasterFrame, JMessageListener, JPointingGrabber, MasterErrorHandler, MessageListener, PointingGrabber, RmiSystemErrListener, StatusSerializer, TargetChangeListener, TransferListener

public interface RmiErrorListener
extends RmiEventListener

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 rmiErrorOccured(ErrorEvent ee)
          The method called by registered error event casters.
 
Methods inherited from interface util.rmi.RmiEventListener
getListenerName
 
Methods inherited from interface util.rmi.RmiListener
disconnect, isConnected
 

Method Detail

rmiErrorOccured

void rmiErrorOccured(ErrorEvent ee)
                     throws RemoteException
The method called by registered error event casters.

Throws:
RemoteException