Interface ProjectionListener<T>

All Known Subinterfaces:
Observer
All Known Implementing Classes:
AbstractDisplay, AbstractDisplay3D, AbstractObserver, CGDLayout, Display2D, Display3D, DisplayEditor2D, DisplayEditorGIS, DisplayGIS, DisplayGIS3D, DisplayOGL2D, DisplayServer, DisplayServer2D, DisplayServerGIS, GISNetworkListener, NetworkDisplayLayer2D, NetworkDisplayLayer3D, NetworkDisplayLayerGIS, NetworkLayerGIS, NetworkLayerOGL2D, Projected3DGrid, Projected3DSpace, ShortestPath

public interface ProjectionListener<T>
Inteface for classes that wish to listen for ProjectionEvent-s.
Version:
$Revision$ $Date$
Author:
Nick Collier
  • Method Details

    • projectionEventOccurred

      void projectionEventOccurred(ProjectionEvent<T> evt)
      Invoked when a projection event occurs.
      Parameters:
      evt - the object describing the event