Eclipse Platform
Release 3.0

Uses of Interface
org.eclipse.team.core.synchronize.ISyncInfoSetChangeListener

Packages that use ISyncInfoSetChangeListener
org.eclipse.team.core.synchronize Application programming interfaces for managing synchronization state.  
 

Uses of ISyncInfoSetChangeListener in org.eclipse.team.core.synchronize
 

Methods in org.eclipse.team.core.synchronize that return ISyncInfoSetChangeListener
protected  ISyncInfoSetChangeListener[] SyncInfoSet.getListeners()
          Return a copy of all the listeners registered with this set
 

Methods in org.eclipse.team.core.synchronize with parameters of type ISyncInfoSetChangeListener
 void SyncInfoSet.addSyncSetChangedListener(ISyncInfoSetChangeListener listener)
          Registers the given listener for sync info set notifications.
 void SyncInfoSet.removeSyncSetChangedListener(ISyncInfoSetChangeListener listener)
          Deregisters the given listener for participant notifications.
 void SyncInfoSet.connect(ISyncInfoSetChangeListener listener, IProgressMonitor monitor)
          Connect the listener to the sync set in such a fashion that the listener will be connected the the sync set using addChangeListener and issued a reset event.
 


Eclipse Platform
Release 3.0

Guidelines for using Eclipse APIs.

Copyright (c) IBM Corp. and others 2000, 2004. All rights reserved.