Class KmlNetworkLinkMessageReceivedEvent

java.lang.Object
java.util.EventObject
com.esri.arcgisruntime.ogc.kml.KmlNetworkLinkMessageReceivedEvent
All Implemented Interfaces:
Serializable

public final class KmlNetworkLinkMessageReceivedEvent extends EventObject
An event that indicates that a network link control message is available. This is used to deliver a pop-up message, such as usage guidelines for the network link. The message is available when the network link is first loaded, or when it is changed in the network link control.
Since:
100.4.0
See Also:
  • Method Details

    • getSource

      public KmlDataset getSource()
      Overrides:
      getSource in class EventObject
    • getNetworkLink

      public KmlNetworkLink getNetworkLink()
      Gets the network link this message is for.
      Returns:
      the network link
      Since:
      100.4.0
    • getMessage

      public String getMessage()
      Gets the message.
      Returns:
      the message string
      Since:
      100.4.0