Uses of Interface
org.eclipse.team.core.variants.ISynchronizerChangeListener
-
Packages that use ISynchronizerChangeListener Package Description org.eclipse.team.core.variants 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 ISynchronizerChangeListener Modifier and Type Class Description class
ThreeWaySubscriber
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 ISynchronizerChangeListener Modifier and Type Method Description void
ThreeWaySynchronizer. addListener(ISynchronizerChangeListener listener)
Adds a listener to this synchronizer.void
ThreeWaySynchronizer. removeListener(ISynchronizerChangeListener listener)
Removes a listener previously registered with this synchronizer.
-