forked from eclipse-platform/eclipse.platform.runtime
-
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Allow the ProgressProvider to control the used instance of a monitor
This enables the ProgressProvider to decide the instance of the ProgressMonitor used in beginRule / join / suspend operations. This is important if the progressprovider needs to react to certain actions, e.g. in an UI a provider might make sure the UI is responsive or show a "terminate" button even if the job is currently waiting on a rule. Fix eclipse-platform#40
- Loading branch information
Showing
3 changed files
with
79 additions
and
15 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters