Package | Description |
---|---|
org.eclipse.team.core.synchronize |
Application programming interfaces for managing synchronization state.
|
Modifier and Type | Method and Description |
---|---|
protected ISyncInfoSetChangeListener[] |
SyncInfoSet.getListeners()
Return a copy of all the listeners registered with this set
|
Modifier and Type | Method and Description |
---|---|
void |
SyncInfoSet.addSyncSetChangedListener(ISyncInfoSetChangeListener listener)
Registers the given listener for sync info set 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. |
void |
SyncInfoSet.removeSyncSetChangedListener(ISyncInfoSetChangeListener listener)
Removes the given listener from participant notifications.
|
Copyright (c) 2000, 2015 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.