Package com.luciad.maps
Interface IMapObserver
public interface IMapObserver
Interface for observing the
Map.- Since:
- 2023.1
-
Method Summary
Modifier and TypeMethodDescriptionvoidonMapChanged(MapEvent mapEvent) This method is called whenever a property of the map has changed.
-
Method Details
-
onMapChanged
This method is called whenever a property of the map has changed.- Parameters:
mapEvent- the event describing the change.
-