java.lang.Object
java.util.EventObject
com.esri.arcgisruntime.layers.VisibilityChangedEvent
- All Implemented Interfaces:
Serializable
An event indicating that the visibility of the layer has changed.
- Since:
- 100.9.0
- See Also:
-
Field Summary
Fields inherited from class java.util.EventObject
source
-
Method Summary
Methods inherited from class java.util.EventObject
toString
-
Method Details
-
getSource
Gets the Layer that raised the event.- Overrides:
getSource
in classEventObject
- Returns:
- the Layer instance that fired the event
- Since:
- 100.9.0
-