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 participants
Copyright (c) 2000, 2014 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.