visad
Class DataImpl.Syncher

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

public class DataImpl.Syncher
extends Object
implements DisplayListener

class used to synchronize with TRANSFORM_DONE events from dummy DisplayImplJ2D used by computeRanges()


Method Summary
 void displayChanged(DisplayEvent e)
          look for TRANSFORM_DONE event from dummy DisplayImplJ2D
 
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
look for TRANSFORM_DONE event from dummy DisplayImplJ2D

Specified by:
displayChanged in interface DisplayListener
Parameters:
e - DisplayEvent from dummy DisplayImplJ2D
Throws:
VisADException - a VisAD error occurred
RemoteException - an RMI error occurred