Class TLspTerrainChangeEvent
java.lang.Object
java.util.EventObject
com.luciad.view.lightspeed.services.terrain.TLspTerrainChangeEvent
- All Implemented Interfaces:
Serializable
Listener to receive notifications of changes in the terrain of a view.
- Since:
- 2012.0
- See Also:
-
Field Summary
Fields inherited from class java.util.EventObject
source
-
Constructor Summary
ConstructorDescriptionTLspTerrainChangeEvent
(ILspView aView) Constructs a new terrain change event for the specified view. -
Method Summary
Methods inherited from class java.util.EventObject
getSource, toString
-
Constructor Details
-
TLspTerrainChangeEvent
Constructs a new terrain change event for the specified view.- Parameters:
aView
- the view whose terrain has changed
-
-
Method Details
-
getView
- Returns:
- the view whose terrain has changed
-