visad
Class DisplayImpl.Syncher

java.lang.Object
  extended by visad.DisplayImpl.Syncher
All Implemented Interfaces:
EventListener, DisplayListener
Enclosing class:
DisplayImpl

public class DisplayImpl.Syncher
extends Object
implements DisplayListener

Class used to ensure that all linked Data have been transformed and rendered, used by getImage()


Method Summary
 void displayChanged(DisplayEvent e)
          process DisplayEvent
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

displayChanged

public void displayChanged(DisplayEvent e)
                    throws VisADException,
                           RemoteException
process DisplayEvent

Specified by:
displayChanged in interface DisplayListener
Parameters:
e - DisplayEvent to process
Throws:
RemoteException
VisADException