java.lang.Object
java.util.EventObject
com.esri.arcgisruntime.ogc.kml.IconUpdatedEvent
- All Implemented Interfaces:
Serializable
An event to be fired when the icon of a
KmlNode
has been updated.- Since:
- 100.4.0
- See Also:
-
Field Summary
Fields inherited from class java.util.EventObject
source
-
Method Summary
Methods inherited from class java.util.EventObject
toString
-
Method Details
-
getSource
Gets the KmlNode that raised the event.- Overrides:
getSource
in classEventObject
- Returns:
- the KmlNode instance that fired the event
- Since:
- 100.4.0
-