Package com.esri.arcgisruntime.ogc.kml
Class KmlTourTotalDurationChangedEvent
- java.lang.Object
-
- java.util.EventObject
-
- com.esri.arcgisruntime.ogc.kml.KmlTourTotalDurationChangedEvent
-
- All Implemented Interfaces:
Serializable
public final class KmlTourTotalDurationChangedEvent extends EventObject
An event to inform its listener when the total duration of a KML tour changes.- Since:
- 100.5.0
- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class java.util.EventObject
source
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description KmlTourController
getSource()
double
getTotalDuration()
Gets the total duration in seconds.-
Methods inherited from class java.util.EventObject
toString
-
-
-
-
Method Detail
-
getSource
public KmlTourController 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
-
-