public interface IconUpdatedListener
The listener interface for receiving the icon updated event of a
KmlNode
.- Since:
- 100.4.0
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionvoid
onIconUpdated
(IconUpdatedEvent iconUpdatedEvent) Invoked when the icon of a KmlNode has been updated.
-
Method Details
-
onIconUpdated
Invoked when the icon of a KmlNode has been updated.- Parameters:
iconUpdatedEvent
- the icon update event- Since:
- 100.4.0
-