Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [platform-ui-dev] Easier non-blocking progress report in dialogs: need API

On 10/17/2016 07:27 PM, Sergey Prigogin wrote:
I've realized that myJob.join(0, wizardProgressMonitor) is not sufficient since it is not suitable for being called on the UI thread. A nonblocking method for adding a progress listener is still required.
+1. myJob.attachProgressMonitor(monitor) would be great.
With https://git.eclipse.org/r/80925 , I've used ProgressManager.getInstance().progressFor(refreshProposalJob).addProgressMonitor(wizardMonitor)

I've opened https://bugs.eclipse.org/bugs/show_bug.cgi?id=506103
--
Mickael Istria
Eclipse developer for Red Hat Developers
My blog - My Tweets

Back to the top