visad
Interface DisplayListener

All Known Subinterfaces:
DisplayMonitor, RemoteDisplayMonitor
All Known Implementing Classes:
DisplayImpl.Syncher, DataImpl.Syncher, ContourControl.ZoomDoneListener, BasicSSCell, SpreadSheet, ShowNCEPModel, PCS

public abstract interface DisplayListener
extends EventListener

DisplayListener is the EventListener interface for DisplayEvents.


Method Summary
 void displayChanged(DisplayEvent e)
          send a DisplayEvent to this DisplayListener
 

Method Detail

displayChanged

public void displayChanged(DisplayEvent e)
                    throws VisADException,
                           RemoteException
send a DisplayEvent to this DisplayListener
Parameters:
e - DisplayEvent to send
Throws:
VisADException - a VisAD error occurred
RemoteException - an RMI error occurred