Class CategoryEvent
- java.lang.Object
-
- org.locationtech.jts.jump.workbench.model.CategoryEvent
-
public class CategoryEvent extends Object
An addition, removal, or modification of a Category.- See Also:
Category
,CategoryEventType
-
-
Constructor Summary
Constructors Constructor Description CategoryEvent(Category category, CategoryEventType type, int categoryIndex)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Category
getCategory()
int
getCategoryIndex()
CategoryEventType
getType()
-
-
-
Constructor Detail
-
CategoryEvent
public CategoryEvent(Category category, CategoryEventType type, int categoryIndex)
-
-
Method Detail
-
getType
public CategoryEventType getType()
-
getCategory
public Category getCategory()
-
getCategoryIndex
public int getCategoryIndex()
-
-