Uses of Interface
org.eclipse.team.core.subscribers.ISubscriberChangeListener
Packages that use ISubscriberChangeListener
Package
Description
Application programming interfaces for generating and refreshing
synchronization state.
Contains the team synchronization presentation framework and support
for the Synchronize View.
-
Uses of ISubscriberChangeListener in org.eclipse.team.core.subscribers
Classes in org.eclipse.team.core.subscribers that implement ISubscriberChangeListenerModifier and TypeClassDescriptionclass
AISynchronizationScopeManager
that uses aSubscriber
to provide aRemoteResourceMappingContext
and to notify participants when the remote state of resources change.Methods in org.eclipse.team.core.subscribers with parameters of type ISubscriberChangeListenerModifier and TypeMethodDescriptionvoid
Subscriber.addListener
(ISubscriberChangeListener listener) Adds a listener to this team subscriber.void
Subscriber.removeListener
(ISubscriberChangeListener listener) Removes a listener previously registered with this team subscriber. -
Uses of ISubscriberChangeListener in org.eclipse.team.ui.synchronize
Classes in org.eclipse.team.ui.synchronize that implement ISubscriberChangeListenerModifier and TypeClassDescriptionclass
A team state provider that makes use of aSubscriber
to determine the synchronization state.