public interface IElementChangeEvent
Modifier and Type | Field and Description |
---|---|
static int |
POST_CHANGE
Event type constant (bit-mask) indicating a notification that occurs
during the corresponding POST_CHANGE resource change notification.
|
static int |
POST_RECONCILE
Event type constant (bit-mask) indicating a notification that occurs
as a result of a working copy reconcile operation.
|
Modifier and Type | Method and Description |
---|---|
IElementDelta[] |
getDeltas()
Returns the top-level deltas describing the change.
|
int |
getType()
Returns the type of event being reported.
|
static final int POST_CHANGE
static final int POST_RECONCILE
int getType()
Some event types make sense for most models and are predefined
in this interface, while others are model-specific and are defined by
the model implementor. The range for model-specific types starts from
0x10000
and includes the upper 16 bits of int
value. The lower 16 bits are reserved for predefined generic event types.
POST_CHANGE
,
POST_RECONCILE
IElementDelta[] getDeltas()
null
,
never empty). Clients must not modify the returned array.Copyright (c) 2014, 2018 1C-Soft LLC and others. Made available under the Eclipse Public License 2.0