Uses of Interface
org.eclipse.team.core.variants.ISynchronizerChangeListener
Packages that use ISynchronizerChangeListener
Package
Description
Application programming interfaces for accessing and managing resource variants.
-
Uses of ISynchronizerChangeListener in org.eclipse.team.core.variants
Classes in org.eclipse.team.core.variants that implement ISynchronizerChangeListenerModifier and TypeClassDescriptionclass
A resource variant tree subscriber whose trees use an underlyingThreeWaySynchronizer
to store and manage the synchronization state for the local workspace.Methods in org.eclipse.team.core.variants with parameters of type ISynchronizerChangeListenerModifier and TypeMethodDescriptionvoid
ThreeWaySynchronizer.addListener
(ISynchronizerChangeListener listener) Adds a listener to this synchronizer.void
ThreeWaySynchronizer.removeListener
(ISynchronizerChangeListener listener) Removes a listener previously registered with this synchronizer.