visad
Interface DisplayListener

All Superinterfaces:
java.util.EventListener
All Known Subinterfaces:
DisplayMonitor, RemoteDisplayMonitor
All Known Implementing Classes:
BasicSSCell, DataImpl.Syncher, DisplayImpl.Syncher, DisplayMonitorImpl, FancySSCell, IDeskMcIDAS, MeasurePool, PCS, RemoteDisplayMonitorImpl, ShowNCEPModel, SliceManager, SpreadSheet, Test35, Test57, Test58, TestProxyCluster, TestSSCluster, TestWRFCluster

public interface DisplayListener
extends java.util.EventListener

DisplayListener is the EventListener interface for DisplayEvents.


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

Method Detail

displayChanged

void displayChanged(DisplayEvent e)
                    throws VisADException,
                           java.rmi.RemoteException
send a DisplayEvent to this DisplayListener

Throws:
VisADException
java.rmi.RemoteException