public interface ISynchronizationScopeParticipantFactory
ISynchronizationScopeManager
. This factory should be
assocated with a ModelProvider
using the IAdaptable
mechanism.
This interface may be implemented by clients.
ModelProvider
,
IAdaptable
,
IAdapterManager
,
ISynchronizationScopeManager
,
ISynchronizationScopeParticipant
Modifier and Type | Method and Description |
---|---|
ISynchronizationScopeParticipant |
createParticipant(ModelProvider provider,
ISynchronizationScope scope)
Create a participant in the scope management process for the given model provider.
|
ISynchronizationScopeParticipant createParticipant(ModelProvider provider, ISynchronizationScope scope)
provider
- the model providerscope
- the scopeGuidelines for using Eclipse APIs. Copyright (c) IBM Corp. and others 2000, 2006. All rights reserved.