Module com.esri.arcgisruntime
Package com.esri.arcgisruntime.ogc.kml
Class KmlTourTotalDurationChangedEvent
java.lang.Object
java.util.EventObject
com.esri.arcgisruntime.ogc.kml.KmlTourTotalDurationChangedEvent
- All Implemented Interfaces:
Serializable
An event to inform its listener when the total duration of a KML tour changes.
- Since:
- 100.5.0
- See Also:
-
Field Summary
Fields inherited from class java.util.EventObject
source
-
Method Summary
Modifier and TypeMethodDescriptiondouble
Gets the total duration in seconds.Methods inherited from class java.util.EventObject
toString
-
Method Details
-
getSource
- Overrides:
getSource
in classEventObject
-
getTotalDuration
public double getTotalDuration()Gets the total duration in seconds.- Returns:
- the total duration in seconds.
- Since:
- 100.5.0
-