Class TLspTerrainChangeEvent

java.lang.Object
java.util.EventObject
com.luciad.view.lightspeed.services.terrain.TLspTerrainChangeEvent
All Implemented Interfaces:
Serializable

public class TLspTerrainChangeEvent extends EventObject
Listener to receive notifications of changes in the terrain of a view.
Since:
2012.0
See Also:
  • Constructor Details

    • TLspTerrainChangeEvent

      public TLspTerrainChangeEvent(ILspView aView)
      Constructs a new terrain change event for the specified view.
      Parameters:
      aView - the view whose terrain has changed
  • Method Details

    • getView

      public ILspView getView()
      Returns:
      the view whose terrain has changed