Module com.esri.arcgisruntime
Package com.esri.arcgisruntime.ogc.kml
Interface KmlTourTotalDurationChangedListener
public interface KmlTourTotalDurationChangedListener
The interface for receiving total duration changed events for a KML tour.
- Since:
- 100.5.0
-
Method Summary
Modifier and TypeMethodDescriptionvoid
Invoked when the total duration of a KML tour is updated.
-
Method Details
-
totalDurationChanged
Invoked when the total duration of a KML tour is updated.- Parameters:
event
- the object for a total duration changed event on a KML tour- Since:
- 100.5.0
-