com.supermap.mapping
Class LayerEvent
- java.lang.Object
-
- java.util.EventObject
-
- com.supermap.mapping.LayerEvent
-
- All Implemented Interfaces:
- java.io.Serializable
- Direct Known Subclasses:
- LayerAddedEvent, LayerRemovedEvent
public class LayerEvent extends java.util.EventObjectThe LayerEvent class.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor and Description LayerEvent(java.lang.Object source, Layer layer)Constructs an object of the LayerEvent class according to specified parameters.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method and Description LayergetLayer()Returns the layer object.
-
-
-
Constructor Detail
-
LayerEvent
public LayerEvent(java.lang.Object source, Layer layer)Constructs an object of the LayerEvent class according to specified parameters.- Parameters:
source- The object that initiated the event.layer- Layer collection object.
-
-
Method Detail
-
getLayer
public Layer getLayer()
Returns the layer object.- Returns:
- Layer object.
-
-