Uses of Interface
org.eclipse.team.ui.synchronize.ISynchronizeParticipantListener
-
Packages that use ISynchronizeParticipantListener Package Description org.eclipse.team.ui.synchronize Contains the team synchronization presentation framework and support for the Synchronize View. -
-
Uses of ISynchronizeParticipantListener in org.eclipse.team.ui.synchronize
Methods in org.eclipse.team.ui.synchronize with parameters of type ISynchronizeParticipantListener Modifier and Type Method Description void
ISynchronizeManager. addSynchronizeParticipantListener(ISynchronizeParticipantListener listener)
Registers the given listener for participant notifications.void
ISynchronizeManager. removeSynchronizeParticipantListener(ISynchronizeParticipantListener listener)
Removes the given listener for participant notifications.
-