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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
kmlTourStatusChanged(KmlTourStatusChangedEvent kmlTourStatusChangedEvent)
Invoked when a KML tour status is changed.
-
-
-
Method Detail
-
kmlTourStatusChanged
void kmlTourStatusChanged(KmlTourStatusChangedEvent kmlTourStatusChangedEvent)
Invoked when a KML tour status is changed.- Parameters:
kmlTourStatusChangedEvent
- the KmlTourStatusChangedEvent- Since:
- 100.5.0
-
-