Package com.esri.arcgisruntime.layers
Class VisibilityChangedEvent
- java.lang.Object
 - 
- java.util.EventObject
 - 
- com.esri.arcgisruntime.layers.VisibilityChangedEvent
 
 
 
- 
- All Implemented Interfaces:
 java.io.Serializable
public final class VisibilityChangedEvent extends java.util.EventObjectAn event indicating that the visibility of the layer has changed.- Since:
 - 100.9.0
 - See Also:
 - Serialized Form
 
 
- 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description LayergetSource()Gets the Layer that raised the event. 
 - 
 
- 
- 
Method Detail
- 
getSource
public Layer getSource()
Gets the Layer that raised the event.- Overrides:
 getSourcein classjava.util.EventObject- Returns:
 - the Layer instance that fired the event
 - Since:
 - 100.9.0
 
 
 - 
 
 -