public final class CategoryEvent extends Object
ICategory
.
This class is not intended to be extended by clients.
ICategoryListener.categoryChanged(CategoryEvent)
,
CategoryEvent
Constructor and Description |
---|
CategoryEvent(ICategory category,
boolean definedChanged,
boolean nameChanged)
Deprecated.
Creates a new instance of this class.
|
Modifier and Type | Method and Description |
---|---|
ICategory |
getCategory()
Deprecated.
Returns the instance of the interface that changed.
|
boolean |
hasDefinedChanged()
Deprecated.
Returns whether or not the defined property changed.
|
boolean |
hasNameChanged()
Deprecated.
Returns whether or not the name property changed.
|
public CategoryEvent(ICategory category, boolean definedChanged, boolean nameChanged)
category
- the instance of the interface that changed.definedChanged
- true, iff the defined property changed.nameChanged
- true, iff the name property changed.public ICategory getCategory()
null
.public boolean hasDefinedChanged()
public boolean hasNameChanged()
Copyright (c) 2000, 2014 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.