public final class SchemeEvent extends AbstractNamedHandleEvent
IScheme
.
This class is not intended to be extended by clients.
ISchemeListener.schemeChanged(SchemeEvent)
CHANGED_DESCRIPTION, CHANGED_NAME, LAST_USED_BIT
CHANGED_DEFINED, LAST_BIT_USED_ABSTRACT_HANDLE
changedValues
Constructor and Description |
---|
SchemeEvent(Scheme scheme,
boolean definedChanged,
boolean nameChanged,
boolean descriptionChanged,
boolean parentIdChanged)
Creates a new instance of this class.
|
Modifier and Type | Method and Description |
---|---|
Scheme |
getScheme()
Returns the instance of the scheme that changed.
|
boolean |
isParentIdChanged()
Returns whether or not the parentId property changed.
|
isDescriptionChanged, isNameChanged
isDefinedChanged
public SchemeEvent(Scheme scheme, boolean definedChanged, boolean nameChanged, boolean descriptionChanged, boolean parentIdChanged)
scheme
- the instance of the interface that changed; must not be
null
.definedChanged
- true, iff the defined property changed.nameChanged
- true, iff the name property changed.descriptionChanged
- true
if the description property changed;
false
otherwise.parentIdChanged
- true, iff the parentId property changed.public final Scheme getScheme()
null
.public final boolean isParentIdChanged()
Copyright (c) 2000, 2015 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.