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 interface
ISyncInfoTreeChangeEvent
This 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 class
SyncInfoSetChangeEvent
This event keeps track of the changes in aSyncInfoSet
Methods in org.eclipse.team.core.synchronize with parameters of type ISyncInfoSetChangeEvent Modifier and Type Method Description void
ISyncInfoSetChangeListener. syncInfoChanged(ISyncInfoSetChangeEvent event, IProgressMonitor monitor)
Sent when aSyncInfoSet
changes.
-