Package com.esri.arcgisruntime.ogc.kml
Class KmlNodeRefreshStatusChangedEvent
- java.lang.Object
-
- java.util.EventObject
-
- com.esri.arcgisruntime.ogc.kml.KmlNodeRefreshStatusChangedEvent
-
- All Implemented Interfaces:
Serializable
public final class KmlNodeRefreshStatusChangedEvent extends EventObject
An event to be fired when a Kml node's refresh status changes.- Since:
- 100.4.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 KmlNodegetNode()Gets the KML node whose refresh status has changed.KmlNode.RefreshStatusgetRefreshStatus()Gets the refresh status.KmlDatasetgetSource()-
Methods inherited from class java.util.EventObject
toString
-
-
-
-
Method Detail
-
getSource
public KmlDataset getSource()
- Overrides:
getSourcein classEventObject
-
getNode
public KmlNode getNode()
Gets the KML node whose refresh status has changed.- Returns:
- the KML node
- Since:
- 100.4.0
-
getRefreshStatus
public KmlNode.RefreshStatus getRefreshStatus()
Gets the refresh status.- Returns:
- the refresh status
- Since:
- 100.4.0
-
-