public interface ISyncConfigListener
| Modifier and Type | Method and Description |
|---|---|
void |
configAdded(org.eclipse.core.resources.IProject project,
SyncConfig config)
Notify listeners that a new sync configuration has been added.
|
void |
configRemoved(org.eclipse.core.resources.IProject project,
SyncConfig config)
Notify listeners that a sync configuration has been removed.
|
void |
configSelected(org.eclipse.core.resources.IProject project,
SyncConfig newConfig,
SyncConfig oldConfig)
Notify listeners that the sync configuration selection has been changed changed from oldConfig to newConfig
|
void configSelected(org.eclipse.core.resources.IProject project,
SyncConfig newConfig,
SyncConfig oldConfig)
project - synchronized projectnewConfig - new configurationoldConfig - old configurationvoid configAdded(org.eclipse.core.resources.IProject project,
SyncConfig config)
project - synchronized projectconfig - config that was addedvoid configRemoved(org.eclipse.core.resources.IProject project,
SyncConfig config)
project - synchronized projectconfig - config that was removedCopyright (c) 2011 IBM Corporation and others. All Rights Reserved.