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.
Creates a new instance of this class.
|
Modifier and Type | Method and Description |
---|---|
IKeyConfiguration |
getKeyConfiguration()
Deprecated.
Returns the instance of the interface that changed.
|
boolean |
hasActiveChanged()
Deprecated.
Returns whether or not the active property changed.
|
boolean |
hasDefinedChanged()
Deprecated.
Returns whether or not the defined property changed.
|
boolean |
hasNameChanged()
Deprecated.
Returns whether or not the name property changed.
|
boolean |
hasParentIdChanged()
Deprecated.
Returns whether or not the parentId property changed.
|
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.public IKeyConfiguration getKeyConfiguration()
null
.public boolean hasActiveChanged()
public boolean hasDefinedChanged()
public boolean hasNameChanged()
public boolean hasParentIdChanged()
Copyright (c) 2000, 2014 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.