@Deprecated 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.
|
Modifier and Type | Method and Description |
---|---|
ICategory |
getCategory()
Deprecated.
|
boolean |
hasDefinedChanged()
Deprecated.
|
boolean |
hasNameChanged()
Deprecated.
|
@Deprecated 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.@Deprecated public ICategory getCategory()
null
.@Deprecated public boolean hasDefinedChanged()
@Deprecated public boolean hasNameChanged()
Copyright (c) 2000, 2014 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.