public interface ISubscriberChangeEvent
ISubscriberChangeListener
SubscriberChangeEvent
.Modifier and Type | Field and Description |
---|---|
static int |
NO_CHANGE
Delta kind constant indicating that the resource has not been changed in any way
|
static int |
ROOT_ADDED
Delta kind constant (bit mask) indicating that a team provider has been configured on the resource.
|
static int |
ROOT_REMOVED
Delta kind constant (bit mask) indicating that a team provider has been de-configured on the resource.
|
static int |
SYNC_CHANGED
Delta kind constant (bit mask) indicating that the synchronization state of a resource has changed.
|
Modifier and Type | Method and Description |
---|---|
int |
getFlags()
Return the flags that describe the type of change.
|
IResource |
getResource()
Return the resource whose state with
respect to the subscriber has changed.
|
Subscriber |
getSubscriber()
Return the subscriber to which this change event applies.
|
static final int NO_CHANGE
IResourceDelta.getKind()
,
Constant Field Valuesstatic final int SYNC_CHANGED
getFlags()
,
Constant Field Valuesstatic final int ROOT_ADDED
getFlags()
,
Constant Field Valuesstatic final int ROOT_REMOVED
getFlags()
,
Constant Field Valuesint getFlags()
if (event.getFlags() & ISubscriberChangeEvent.SYNC_CHANGED) { // the sync info for the resource has changed }
IResource getResource()
Subscriber getSubscriber()
Copyright (c) 2000, 2015 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.