Package com.luciad.maps
Class MapEvent
java.lang.Object
com.luciad.maps.MapEvent
Event that indicates that some property of the map has changed.
- Since:
- 2023.1
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns the name of the property that changed.getMap()Returns the map.
-
Constructor Details
-
MapEvent
Creates a new map event for the given map and changed property.- Parameters:
map- theMapfrom which the event originateschangedProperty- the changed property
-
-
Method Details
-
getMap
Returns the map.- Returns:
- the map.
-
getChangedProperty
Returns the name of the property that changed.Possible values are defined on the
Mapclass. Examples areMap#propertyBackgroundColorandMap#propertyCamera.- Returns:
- the name of the property that changed.
-