public interface IDialogBlockedHandler
Modifier and Type | Method and Description |
---|---|
void |
clearBlocked()
The blockage has been cleared.
|
void |
showBlocked(IProgressMonitor blocking,
IStatus blockingStatus,
String blockedName)
A blockage has occured.
|
void |
showBlocked(Shell parentShell,
IProgressMonitor blocking,
IStatus blockingStatus,
String blockedName)
A blockage has occured.
|
void clearBlocked()
void showBlocked(Shell parentShell, IProgressMonitor blocking, IStatus blockingStatus, String blockedName)
parentShell
- The shell this is being sent from. If the parent
shell is null
the behavior will be the same as
IDialogBlockedHandler#showBlocked(IProgressMonitor, IStatus, String)blocking
- The monitor to forward to. This is most
important for calls to cancel()
.blockingStatus
- The status that describes the blockageblockedName
- The name of the locked operation.showBlocked(IProgressMonitor, IStatus, String)
void showBlocked(IProgressMonitor blocking, IStatus blockingStatus, String blockedName)
blocking
- The monitor to forward to. This is most
important for calls to cancel()
.blockingStatus
- The status that describes the blockageblockedName
- The name of the locked operation.
Copyright (c) 2000, 2014 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.