[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Newsgroup Home]
|
[news.eclipse.platform.rcp] IProgressService and IJobManager
|
How does one decided whether to use IProgressService or the IJobManager? I've used the JobManager exclusively in my past RCP apps.
I'm currently trying to create a treeviewer which will load nodes from a remote server. I need to lazily load the children nodes, in response to the expansion of parent nodes. Is this better suited to IProgressService or IJobManager? Thanks for your comments.
Regards,
Gavin