@Deprecated public final class ContextEvent extends Object
IContext
.
This class is not intended to be extended by clients.
IContextListener.contextChanged(ContextEvent)
,
ContextEvent
Constructor and Description |
---|
ContextEvent(IContext context,
boolean definedChanged,
boolean enabledChanged,
boolean nameChanged,
boolean parentIdChanged)
Deprecated.
Creates a new instance of this class.
|
Modifier and Type | Method and Description |
---|---|
IContext |
getContext()
Deprecated.
Returns the instance of the interface that changed.
|
boolean |
hasDefinedChanged()
Deprecated.
Returns whether or not the defined property changed.
|
boolean |
hasEnabledChanged()
Deprecated.
Returns whether or not the enabled 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 ContextEvent(IContext context, boolean definedChanged, boolean enabledChanged, boolean nameChanged, boolean parentIdChanged)
context
- the instance of the interface that changed.definedChanged
- true, iff the defined property changed.enabledChanged
- true, iff the enabled property changed.nameChanged
- true, iff the name property changed.parentIdChanged
- true, iff the parentId property changed.public IContext getContext()
null
.public boolean hasDefinedChanged()
public boolean hasEnabledChanged()
public boolean hasNameChanged()
public boolean hasParentIdChanged()
Copyright (c) 2000, 2018 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.