Class LayerEventType
- java.lang.Object
-
- org.locationtech.jts.jump.workbench.model.LayerEventType
-
public final class LayerEventType extends Object
Whether a Layer was added, removed, or modified.
-
-
Field Summary
Fields Modifier and Type Field Description static LayerEventTypeADDEDstatic LayerEventTypeAPPEARANCE_CHANGEDThe data changed or a style changed.static LayerEventTypeMETADATA_CHANGEDMetadata includes the name of the layer.static LayerEventTypeREMOVEDstatic LayerEventTypeVISIBILITY_CHANGED
-
-
-
Field Detail
-
ADDED
public static final LayerEventType ADDED
-
REMOVED
public static final LayerEventType REMOVED
-
METADATA_CHANGED
public static final LayerEventType METADATA_CHANGED
Metadata includes the name of the layer.
-
APPEARANCE_CHANGED
public static final LayerEventType APPEARANCE_CHANGED
The data changed or a style changed.
-
VISIBILITY_CHANGED
public static final LayerEventType VISIBILITY_CHANGED
-
-