Package com.esri.arcgisruntime.ogc.kml
Class IconUpdatedEvent
- java.lang.Object
 - 
- java.util.EventObject
 - 
- com.esri.arcgisruntime.ogc.kml.IconUpdatedEvent
 
 
 
- 
- All Implemented Interfaces:
 java.io.Serializable
public final class IconUpdatedEvent extends java.util.EventObjectAn event to be fired when the icon of aKmlNodehas been updated.- Since:
 - 100.4.0
 - See Also:
 KmlNode, Serialized Form
 
- 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description KmlNodegetSource()Gets the KmlNode that raised the event. 
 - 
 
- 
- 
Method Detail
- 
getSource
public KmlNode getSource()
Gets the KmlNode that raised the event.- Overrides:
 getSourcein classjava.util.EventObject- Returns:
 - the KmlNode instance that fired the event
 - Since:
 - 100.4.0
 
 
 - 
 
 -