Package | Description |
---|---|
org.eclipse.core.resources.refresh |
Provides APIs intended to be implemented by the auto-refresh providers.
|
Modifier and Type | Method and Description |
---|---|
IRefreshMonitor |
RefreshProvider.installMonitor(IResource resource,
IRefreshResult result)
Deprecated.
Subclasses should override and clients should call
RefreshProvider.installMonitor(IResource, IRefreshResult, IProgressMonitor) instead. |
IRefreshMonitor |
RefreshProvider.installMonitor(IResource resource,
IRefreshResult result,
IProgressMonitor progressMonitor)
Returns an
IRefreshMonitor that will monitor a resource. |
Copyright (c) 2000, 2018 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.