Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Valenta2006-01-26 19:10:32 +0000
committerMichael Valenta2006-01-26 19:10:32 +0000
commit09c2df406e49707bab5d2ffc76b177b4b7e11a91 (patch)
tree40f946b17970f206c0a46ebb51f4b04bf1b9edd9 /bundles/org.eclipse.team.core/src/org/eclipse/team/core/mapping/ISynchronizationScope.java
parent7091ddc69cba7e994ee1b50d36ca583a8060cc1f (diff)
downloadeclipse.platform.team-09c2df406e49707bab5d2ffc76b177b4b7e11a91.tar.gz
eclipse.platform.team-09c2df406e49707bab5d2ffc76b177b4b7e11a91.tar.xz
eclipse.platform.team-09c2df406e49707bab5d2ffc76b177b4b7e11a91.zip
Finished off support for scope refresh
Diffstat (limited to 'bundles/org.eclipse.team.core/src/org/eclipse/team/core/mapping/ISynchronizationScope.java')
-rw-r--r--bundles/org.eclipse.team.core/src/org/eclipse/team/core/mapping/ISynchronizationScope.java4
1 files changed, 3 insertions, 1 deletions
diff --git a/bundles/org.eclipse.team.core/src/org/eclipse/team/core/mapping/ISynchronizationScope.java b/bundles/org.eclipse.team.core/src/org/eclipse/team/core/mapping/ISynchronizationScope.java
index 8cddd66c6..3abd75d16 100644
--- a/bundles/org.eclipse.team.core/src/org/eclipse/team/core/mapping/ISynchronizationScope.java
+++ b/bundles/org.eclipse.team.core/src/org/eclipse/team/core/mapping/ISynchronizationScope.java
@@ -31,7 +31,9 @@ public interface ISynchronizationScope {
/**
* Property change constant used to indicate that the traversals
- * of the scope have changed.
+ * of the scope have changed. The value associated with the
+ * change event will be an array of traversals (i.e.
+ * <code>ResourceTraversal[]</code>
*/
public static final String TRAVERSALS = "org.eclipse.team.core.traversalsChanged"; //$NON-NLS-1$

Back to the top