Eclipse Platform
Release 3.0

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

Method Summary
 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.
 

Method Detail

participantsAdded

public void participantsAdded(ISynchronizeParticipant[] participants)
Notification the given participants have been added to the synchronize manager.

Parameters:
participants - added participants

participantsRemoved

public void participantsRemoved(ISynchronizeParticipant[] participants)
Notification the given participants have been removed from the synchronize manager.

Parameters:
participants - removed participants

Eclipse Platform
Release 3.0

Guidelines for using Eclipse APIs.

Copyright (c) IBM Corp. and others 2000, 2004. All rights reserved.