Package com.esri.arcgisruntime.ogc.kml
Class KmlNetworkLinkMessageReceivedEvent
- java.lang.Object
-
- java.util.EventObject
-
- com.esri.arcgisruntime.ogc.kml.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
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getMessage()
Gets the message.KmlNetworkLink
getNetworkLink()
Gets the network link this message is for.KmlDataset
getSource()
-
-
-
Method Detail
-
getSource
public KmlDataset getSource()
- Overrides:
getSource
in classjava.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
-
-