public interface ISynchronizeParticipantListener
Clients may implement this interface.
ISynchronizeManager
Modifier and Type | Method and Description |
---|---|
void |
participantsAdded(ISynchronizeParticipant[] participants)
Notification the given participants have been added to the synchronize
manager.
|
void |
participantsRemoved(ISynchronizeParticipant[] participants)
Notification the given participants have been removed from the
synchronize manager.
|
void participantsAdded(ISynchronizeParticipant[] participants)
participants
- added participantsvoid participantsRemoved(ISynchronizeParticipant[] participants)
participants
- removed participantsGuidelines for using Eclipse APIs. Copyright (c) IBM Corp. and others 2000, 2006. All rights reserved.