|
Eclipse Platform Release 3.4 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
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
.
SubscriberParticipant
Field Summary | |
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. |
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. |
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 |
public static final String ROOTS
public static final String NAME
Method Detail |
public String getName()
public IResource[] getRoots()
null
indicates that the participant should use
its default set of resources.
null
public void addPropertyChangeListener(IPropertyChangeListener listener)
listener
- public void removePropertyChangeListener(IPropertyChangeListener listener)
listener
- public void dispose()
|
Eclipse Platform Release 3.4 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Guidelines for using Eclipse APIs.
Copyright (c) Eclipse contributors and others 2000, 2008. All rights reserved.