org.eclipse.team.ui.synchronize
Interface ISynchronizeParticipantListener
-
public interface ISynchronizeParticipantListener
A synchronize participant listener is notified when participants are added or
removed from the synchronize manager.
Clients may implement this interface.
-
Since:
- 3.0
-
See Also:
-
ISynchronizeManager
participantsAdded
void participantsAdded(
ISynchronizeParticipant[] participants)
- Notification the given participants have been added to the synchronize
manager.
-
-
Parameters:
-
participants
- added participants
participantsRemoved
void participantsRemoved(
ISynchronizeParticipant[] participants)
- Notification the given participants have been removed from the
synchronize manager.
-
-
Parameters:
-
participants
- removed participants
Guidelines for using Eclipse APIs.
Copyright (c) Eclipse contributors and others 2000, 2008. All rights reserved.