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 TypeClassDescriptionclassA resource variant tree subscriber whose trees use an underlyingThreeWaySynchronizerto store and manage the synchronization state for the local workspace.Methods in org.eclipse.team.core.variants with parameters of type ISynchronizerChangeListenerModifier and TypeMethodDescriptionvoidThreeWaySynchronizer.addListener(ISynchronizerChangeListener listener) Adds a listener to this synchronizer.voidThreeWaySynchronizer.removeListener(ISynchronizerChangeListener listener) Removes a listener previously registered with this synchronizer.