public final class IdentifierEvent extends Object
IIdentifier
. This class does not give details as to the
specifics of a change, only that the given property on the source object has
changed.
This class is not intended to be extended by clients.
IIdentifierListener.identifierChanged(IdentifierEvent)
Constructor and Description |
---|
IdentifierEvent(IIdentifier identifier,
boolean activityIdsChanged,
boolean enabledChanged)
Creates a new instance of this class.
|
Modifier and Type | Method and Description |
---|---|
IIdentifier |
getIdentifier()
Returns the instance of the interface that changed.
|
boolean |
hasActivityIdsChanged()
Returns whether or not the activityIds property changed.
|
boolean |
hasEnabledChanged()
Returns whether or not the enabled property changed.
|
public IdentifierEvent(IIdentifier identifier, boolean activityIdsChanged, boolean enabledChanged)
identifier
- the instance of the interface that changed.activityIdsChanged
- true
, iff the activityIds property changed.enabledChanged
- true
, iff the enabled property changed.public IIdentifier getIdentifier()
null
.public boolean hasActivityIdsChanged()
true
, iff the activityIds property changed.public boolean hasEnabledChanged()
true
, iff the enabled property changed.
Copyright (c) 2000, 2014 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.