Package com.esri.arcgisruntime.ogc.kml
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:
- Serialized Form
 
- 
- 
Field Summary- 
Fields inherited from class java.util.EventObjectsource
 
- 
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetMessage()Gets the message.KmlNetworkLinkgetNetworkLink()Gets the network link this message is for.KmlDatasetgetSource()- 
Methods inherited from class java.util.EventObjecttoString
 
- 
 
- 
- 
- 
Method Detail- 
getSourcepublic KmlDataset getSource() - Overrides:
- getSourcein class- EventObject
 
 - 
getNetworkLinkpublic KmlNetworkLink getNetworkLink() Gets the network link this message is for.- Returns:
- the network link
- Since:
- 100.4.0
 
 - 
getMessagepublic String getMessage() Gets the message.- Returns:
- the message string
- Since:
- 100.4.0
 
 
- 
 
-