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 TypeClassDescriptionclassAISynchronizationScopeManagerthat uses aSubscriberto provide aRemoteResourceMappingContextand to notify participants when the remote state of resources change.Methods in org.eclipse.team.core.subscribers with parameters of type ISubscriberChangeListenerModifier and TypeMethodDescriptionvoidSubscriber.addListener(ISubscriberChangeListener listener) Adds a listener to this team subscriber.voidSubscriber.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 TypeClassDescriptionclassA team state provider that makes use of aSubscriberto determine the synchronization state.