Module com.esri.arcgisruntime
Package com.esri.arcgisruntime.ogc.kml
Class KmlNetworkLinkMessageReceivedEvent
java.lang.Object
java.util.EventObject
com.esri.arcgisruntime.ogc.kml.KmlNetworkLinkMessageReceivedEvent
- All Implemented Interfaces:
Serializable
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:
-
Field Summary
Fields inherited from class java.util.EventObject
source
-
Method Summary
Modifier and TypeMethodDescriptionGets the message.Gets the network link this message is for.Methods inherited from class java.util.EventObject
toString
-
Method Details
-
getSource
- Overrides:
getSource
in classEventObject
-
getNetworkLink
Gets the network link this message is for.- Returns:
- the network link
- Since:
- 100.4.0
-
getMessage
Gets the message.- Returns:
- the message string
- Since:
- 100.4.0
-