|
Eclipse Platform Release 3.2 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ISynchronizeScope
A synchronize scope defines the set of resources involved in a synchronization.
Instance of this interface are used to scope the resources of a created SubscriberParticipant
.
This interface is not intended to be implemented by clients
SubscriberParticipant
Field Summary | |
---|---|
static java.lang.String |
NAME
Property used to indicate when the name of the scope has changed. |
static java.lang.String |
ROOTS
Property used to indicate when the roots of the scope have changed. |
Method Summary | |
---|---|
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. |
java.lang.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. |
Field Detail |
---|
static final java.lang.String ROOTS
static final java.lang.String NAME
Method Detail |
---|
java.lang.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()
|
Eclipse Platform Release 3.2 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Guidelines for using Eclipse APIs.
Copyright (c) IBM Corp. and others 2000, 2006. All rights reserved.