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