Class LayerEventType
- java.lang.Object
-
- com.vividsolutions.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 LayerEventType
ADDED
static LayerEventType
APPEARANCE_CHANGED
The data changed or a style changed.static LayerEventType
METADATA_CHANGED
Metadata includes the name of the layer.static LayerEventType
REMOVED
static LayerEventType
VISIBILITY_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
-
-