Uses of Interface
org.eclipse.team.core.synchronize.ISyncInfoSetChangeEvent
-
Packages that use ISyncInfoSetChangeEvent Package Description org.eclipse.team.core.synchronize Application programming interfaces for managing synchronization state. -
-
Uses of ISyncInfoSetChangeEvent in org.eclipse.team.core.synchronize
Subinterfaces of ISyncInfoSetChangeEvent in org.eclipse.team.core.synchronize Modifier and Type Interface Description interfaceISyncInfoTreeChangeEventThis is a change event that provides access to changes in subtrees that contain the out-of-sync resources.Classes in org.eclipse.team.core.synchronize that implement ISyncInfoSetChangeEvent Modifier and Type Class Description classSyncInfoSetChangeEventThis event keeps track of the changes in aSyncInfoSetMethods in org.eclipse.team.core.synchronize with parameters of type ISyncInfoSetChangeEvent Modifier and Type Method Description voidISyncInfoSetChangeListener. syncInfoChanged(ISyncInfoSetChangeEvent event, IProgressMonitor monitor)Sent when aSyncInfoSetchanges.
-