public interface ITeamStateChangeEvent
This interface is not intended to be implemented by clients. Clients should
instead use TeamStateChangeEvent
.
ITeamStateChangeListener
,
ITeamStateProvider
,
TeamStateChangeEvent
Modifier and Type | Method and Description |
---|---|
IResource[] |
getAddedRoots()
Return the set of resources that were previously undecorated
but are now decorated.
|
IResource[] |
getChangedResources()
Return the set of resources whose decorated state has changed.
|
IResource[] |
getRemovedRoots()
Return the set of resources that were previously decorated
but are now undecorated.
|
boolean |
hasChange(IResource resource)
Return whether the resource has any state changes.
|
IResource[] getAddedRoots()
IResource[] getRemovedRoots()
IResource[] getChangedResources()
boolean hasChange(IResource resource)
true
if the resource is included in the set
of changes returned by getChangedResources()
or
if it is a descendant of a root that is present in a set
returned by getAddedRoots()
or getRemovedRoots()
.resource
- the resource
Copyright (c) 2000, 2014 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.