Package com.luciad.layers
Class LayerEvent
java.lang.Object
com.luciad.layers.LayerEvent
Event that indicates that some property of a specific layer has changed.
-
Constructor Summary
ConstructorsConstructorDescriptionLayerEvent
(Layer layer, String changedProperty) Creates a new layer event that can be used to notify that the given property has changed for the given layer. -
Method Summary
Modifier and TypeMethodDescriptionReturns the name of the property that changed.getLayer()
Returns the affected layer.
-
Constructor Details
-
LayerEvent
Creates a new layer event that can be used to notify that the given property has changed for the given layer.- Parameters:
layer
- a layerchangedProperty
- the changed property
-
-
Method Details
-
getLayer
Returns the affected layer.- Returns:
- the affected layer.
-
getChangedProperty
Returns the name of the property that changed.- Returns:
- the name of the property that changed.
-