Package com.esri.arcgisruntime.ogc.kml
Class KmlTourCurrentPositionChangedEvent
- java.lang.Object
-
- java.util.EventObject
-
- com.esri.arcgisruntime.ogc.kml.KmlTourCurrentPositionChangedEvent
-
- All Implemented Interfaces:
Serializable
public final class KmlTourCurrentPositionChangedEvent extends EventObject
An event to inform its listener when the current position of a KML tour changes.- Since:
- 100.6.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 double
getCurrentPosition()
Gets the current position in seconds.KmlTourController
getSource()
-
Methods inherited from class java.util.EventObject
toString
-
-
-
-
Method Detail
-
getSource
public KmlTourController getSource()
- Overrides:
getSource
in classEventObject
-
getCurrentPosition
public double getCurrentPosition()
Gets the current position in seconds.- Returns:
- the current position in seconds
- Since:
- 100.6.0
-
-