public interface ISynchronizeScope
SubscriberParticipant
.SubscriberParticipant
Modifier and Type | Field and Description |
---|---|
static String |
NAME
Property used to indicate when the name of the scope has changed.
|
static String |
ROOTS
Property used to indicate when the roots of the scope have changed.
|
Modifier and Type | Method and Description |
---|---|
void |
addPropertyChangeListener(IPropertyChangeListener listener)
Add a property change listener that will get invoked when a
property of the receiver changes.
|
void |
dispose()
Dispose of the scope when it is no longer needed.
|
String |
getName()
Return the name of the scope
|
IResource[] |
getRoots()
Return the root resources that define this scope.
|
void |
removePropertyChangeListener(IPropertyChangeListener listener)
Remove a property change listener.
|
static final String ROOTS
static final String NAME
String getName()
IResource[] getRoots()
null
indicates that the participant should use
its default set of resources.null
void addPropertyChangeListener(IPropertyChangeListener listener)
listener
- void removePropertyChangeListener(IPropertyChangeListener listener)
listener
- void dispose()
Copyright (c) 2000, 2014 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.