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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
totalDurationChanged(KmlTourTotalDurationChangedEvent event)
Invoked when the total duration of a KML tour is updated.
-
-
-
Method Detail
-
totalDurationChanged
void totalDurationChanged(KmlTourTotalDurationChangedEvent event)
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
-
-