Class CategoryEventType
- java.lang.Object
-
- com.vividsolutions.jump.workbench.model.CategoryEventType
-
public final class CategoryEventType extends Object
Whether a Category was added, removed, or modified.
-
-
Field Summary
Fields Modifier and Type Field Description static CategoryEventType
ADDED
static CategoryEventType
METADATA_CHANGED
Metadata includes the name of the category.static CategoryEventType
REMOVED
-
-
-
Field Detail
-
ADDED
public static final CategoryEventType ADDED
-
REMOVED
public static final CategoryEventType REMOVED
-
METADATA_CHANGED
public static final CategoryEventType METADATA_CHANGED
Metadata includes the name of the category.
-
-