Package com.luciad.view.lightspeed.scale
Class TLspMapScaleChangeEvent
java.lang.Object
java.util.EventObject
com.luciad.view.lightspeed.scale.TLspMapScaleChangeEvent
- All Implemented Interfaces:
Serializable
An event to indicate that a view's map scale has changed.
The new map scale can be requested from
the source ILspMapScaleProvider
of this event.- Since:
- 2022.0
- See Also:
-
Field Summary
Fields inherited from class java.util.EventObject
source
-
Constructor Summary
ConstructorDescriptionTLspMapScaleChangeEvent
(ILspMapScaleProvider aSource, ILspView aView) Construct a view scale event. -
Method Summary
Methods inherited from class java.util.EventObject
toString
-
Constructor Details
-
TLspMapScaleChangeEvent
Construct a view scale event.- Parameters:
aSource
- the map scale provider where the event originatedaView
- the view for which the map scale has changed
-
-
Method Details
-
getView
The view for which the map scale has changed. -
getSource
- Overrides:
getSource
in classEventObject
-