Uses of Interface
org.eclipse.core.resources.refresh.IRefreshResult
-
Packages that use IRefreshResult Package Description org.eclipse.core.resources.refresh Provides APIs intended to be implemented by the auto-refresh providers. -
-
Uses of IRefreshResult in org.eclipse.core.resources.refresh
Methods in org.eclipse.core.resources.refresh with parameters of type IRefreshResult Modifier and Type Method Description IRefreshMonitor
RefreshProvider. installMonitor(IResource resource, IRefreshResult result)
Deprecated.Subclasses should override and clients should callRefreshProvider.installMonitor(IResource, IRefreshResult, IProgressMonitor)
instead.IRefreshMonitor
RefreshProvider. installMonitor(IResource resource, IRefreshResult result, IProgressMonitor progressMonitor)
Returns anIRefreshMonitor
that will monitor a resource.
-