@Deprecated public final class KeyConfigurationEvent extends Object
IKeyConfiguration
.
This class is not intended to be extended by clients.
IKeyConfigurationListener.keyConfigurationChanged(KeyConfigurationEvent)
,
SchemeEvent
Constructor and Description |
---|
KeyConfigurationEvent(IKeyConfiguration keyConfiguration,
boolean activeChanged,
boolean definedChanged,
boolean nameChanged,
boolean parentIdChanged)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
IKeyConfiguration |
getKeyConfiguration()
Deprecated.
|
boolean |
hasActiveChanged()
Deprecated.
|
boolean |
hasDefinedChanged()
Deprecated.
|
boolean |
hasNameChanged()
Deprecated.
|
boolean |
hasParentIdChanged()
Deprecated.
|
@Deprecated public KeyConfigurationEvent(IKeyConfiguration keyConfiguration, boolean activeChanged, boolean definedChanged, boolean nameChanged, boolean parentIdChanged)
keyConfiguration
- the instance of the interface that changed.activeChanged
- true, iff the active property changed.definedChanged
- true, iff the defined property changed.nameChanged
- true, iff the name property changed.parentIdChanged
- true, iff the parentId property changed.@Deprecated public IKeyConfiguration getKeyConfiguration()
null
.@Deprecated public boolean hasActiveChanged()
@Deprecated public boolean hasDefinedChanged()
@Deprecated public boolean hasNameChanged()
@Deprecated public boolean hasParentIdChanged()
Copyright (c) 2000, 2014 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.