Uses of Interface
org.eclipse.core.resources.refresh.IRefreshMonitor
-
Packages that use IRefreshMonitor Package Description org.eclipse.core.resources.refresh Provides APIs intended to be implemented by the auto-refresh providers. -
-
Uses of IRefreshMonitor in org.eclipse.core.resources.refresh
Methods in org.eclipse.core.resources.refresh that return IRefreshMonitor Modifier and Type Method Description protected IRefreshMonitorRefreshProvider. createPollingMonitor(IResource resource)Creates a new refresh monitor that performs naive polling of the resource in the file system to detect changes.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.Methods in org.eclipse.core.resources.refresh with parameters of type IRefreshMonitor Modifier and Type Method Description voidIRefreshResult. monitorFailed(IRefreshMonitor monitor, IResource resource)Notifies that the given monitor has encountered a failure from which it cannot recover while monitoring the given resource.
-