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 IRefreshMonitorRefreshProvider. installMonitor(IResource resource, IRefreshResult result)Deprecated.Subclasses should override and clients should callRefreshProvider.installMonitor(IResource, IRefreshResult, IProgressMonitor)instead.IRefreshMonitorRefreshProvider. installMonitor(IResource resource, IRefreshResult result, IProgressMonitor progressMonitor)Returns anIRefreshMonitorthat will monitor a resource.
-