Class LayerEvent
- java.lang.Object
-
- org.locationtech.jts.jump.workbench.model.LayerEvent
-
public class LayerEvent extends Object
An addition, removal, or modification of a Layer.- See Also:
Layer
,LayerEventType
-
-
Constructor Summary
Constructors Constructor Description LayerEvent(Layerable layerable, LayerEventType type, Category category, int layerIndex)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Category
getCategory()
Layerable
getLayerable()
int
getLayerableIndex()
LayerEventType
getType()
-
-
-
Constructor Detail
-
LayerEvent
public LayerEvent(Layerable layerable, LayerEventType type, Category category, int layerIndex)
-
-
Method Detail
-
getType
public LayerEventType getType()
-
getLayerable
public Layerable getLayerable()
-
getCategory
public Category getCategory()
-
getLayerableIndex
public int getLayerableIndex()
-
-