[
Date Prev][
Date Next][
Thread Prev][
Thread Next][
Date Index][
Thread Index]
[
List Home]
Re: [platform-ui-dev] Use of IWorkbenchSiteProgressService
|
Correct. The showBusy() API is only meant to show you that we are showing
busy status in the pane and to allow you to do whatever you want when we
are showing busyness.
If there is something you need to do at the end of individual jobs you
will need a JobChangeListener as always.
Tod
Thomas Maeder <Thomas_Maeder@xxxxxxxxxx>
Sent by: platform-ui-dev-admin@xxxxxxxxxxx
03/19/2004 11:27 AM
Please respond to
platform-ui-dev
To
platform-ui-dev@xxxxxxxxxxx
cc
Subject
Re: [platform-ui-dev] Use of IWorkbenchSiteProgressService
>2) Right now we will show business for anything that you have scheduled
>using this API. You can of course choose to do what you want in your
part.
Well, the problem here is that I will not get notification of a business
change until the last of the jobs has finished. Therefore, I'll have to
listen to the jobs myself. But if I have to listen to the individual jobs
myself, I can just call showBusy() myself.
Thomas