Module com.esri.arcgisruntime
Package com.esri.arcgisruntime.ogc.kml
Interface KmlTourStatusChangedListener
public interface KmlTourStatusChangedListener
The listener for receiving KML tour status changed events for a KmlTour.
- Since:
- 100.5.0
-
Method Summary
Modifier and TypeMethodDescriptionvoid
kmlTourStatusChanged
(KmlTourStatusChangedEvent kmlTourStatusChangedEvent) Invoked when a KML tour status is changed.
-
Method Details
-
kmlTourStatusChanged
Invoked when a KML tour status is changed.- Parameters:
kmlTourStatusChangedEvent
- the KmlTourStatusChangedEvent- Since:
- 100.5.0
-