public abstract class AbstractHandleObjectEvent extends AbstractBitSetEvent
An event fired from a NamedHandleObject
. This provides
notification of changes to the defined state, the name and the description.
Modifier and Type | Field and Description |
---|---|
protected static int |
CHANGED_DEFINED
The bit used to represent whether the category has changed its defined
state.
|
protected static int |
LAST_BIT_USED_ABSTRACT_HANDLE
The last used bit so that subclasses can add more properties.
|
changedValues
Modifier | Constructor and Description |
---|---|
protected |
AbstractHandleObjectEvent(boolean definedChanged)
Constructs a new instance of
AbstractHandleObjectEvent . |
Modifier and Type | Method and Description |
---|---|
boolean |
isDefinedChanged()
Returns whether or not the defined property changed.
|
protected static final int CHANGED_DEFINED
protected static final int LAST_BIT_USED_ABSTRACT_HANDLE
Copyright (c) 2000, 2015 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.