public final class CategoryEvent extends AbstractNamedHandleEvent
Category
.
This class is not intended to be extended by clients.
ICategoryListener.categoryChanged(CategoryEvent)
CHANGED_DESCRIPTION, CHANGED_NAME, LAST_USED_BIT
CHANGED_DEFINED, LAST_BIT_USED_ABSTRACT_HANDLE
changedValues
Constructor and Description |
---|
CategoryEvent(Category category,
boolean definedChanged,
boolean descriptionChanged,
boolean nameChanged)
Creates a new instance of this class.
|
Modifier and Type | Method and Description |
---|---|
Category |
getCategory()
Returns the instance of the interface that changed.
|
isDescriptionChanged, isNameChanged
isDefinedChanged
public CategoryEvent(Category category, boolean definedChanged, boolean descriptionChanged, boolean nameChanged)
category
- the instance of the interface that changed.definedChanged
- true, iff the defined property changed.descriptionChanged
- true, iff the description property changed.nameChanged
- true, iff the name property changed.public final Category getCategory()
null
.
Copyright (c) 2000, 2014 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.