Module com.esri.arcgisruntime
Package com.esri.arcgisruntime.ogc.kml
Class KmlNodeRefreshStatusChangedEvent
java.lang.Object
java.util.EventObject
com.esri.arcgisruntime.ogc.kml.KmlNodeRefreshStatusChangedEvent
- All Implemented Interfaces:
Serializable
An event to be fired when a Kml node's refresh status changes.
- Since:
- 100.4.0
- See Also:
-
Field Summary
Fields inherited from class java.util.EventObject
source
-
Method Summary
Modifier and TypeMethodDescriptiongetNode()
Gets the KML node whose refresh status has changed.Gets the refresh status.Methods inherited from class java.util.EventObject
toString
-
Method Details
-
getSource
- Overrides:
getSource
in classEventObject
-
getNode
Gets the KML node whose refresh status has changed.- Returns:
- the KML node
- Since:
- 100.4.0
-
getRefreshStatus
Gets the refresh status.- Returns:
- the refresh status
- Since:
- 100.4.0
-