Class KmlNetworkLinkMessageReceivedEvent

  • All Implemented Interfaces:
    java.io.Serializable

    public final class KmlNetworkLinkMessageReceivedEvent
    extends java.util.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:
    Serialized Form
    • Field Summary

      • Fields inherited from class java.util.EventObject

        source
    • Method Detail

      • getSource

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

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

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