Package com.esri.arcgisruntime.ogc.kml
Interface IconUpdatedListener
-
public interface IconUpdatedListener
The listener interface for receiving the icon updated event of aKmlNode
.- Since:
- 100.4.0
- See Also:
KmlNode.addIconUpdatedEventListener(IconUpdatedListener)
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
onIconUpdated(IconUpdatedEvent iconUpdatedEvent)
Invoked when the icon of a KmlNode has been updated.
-
-
-
Method Detail
-
onIconUpdated
void onIconUpdated(IconUpdatedEvent iconUpdatedEvent)
Invoked when the icon of a KmlNode has been updated.- Parameters:
iconUpdatedEvent
- the icon update event- Since:
- 100.4.0
-
-