Interface IconUpdatedListener


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 Type
    Method
    Description
    void
    onIconUpdated(IconUpdatedEvent iconUpdatedEvent)
    Invoked when the icon of a KmlNode has been updated.
  • Method Details

    • 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