Module com.esri.arcgisruntime
Package com.esri.arcgisruntime.ogc.kml
Class KmlTourStatusChangedEvent
java.lang.Object
java.util.EventObject
com.esri.arcgisruntime.ogc.kml.KmlTourStatusChangedEvent
- All Implemented Interfaces:
Serializable
An event to be fired when a Kml tour's status changed.
- Since:
- 100.5.0
- See Also:
-
Field Summary
Fields inherited from class java.util.EventObject
source
-
Method Summary
Modifier and TypeMethodDescriptionGets the KML tour status.Methods inherited from class java.util.EventObject
toString
-
Method Details
-
getSource
- Overrides:
getSource
in classEventObject
-
getStatus
Gets the KML tour status.- Returns:
- the current KmlTourStatus
- Since:
- 100.5.0
-