Hi All:

We use [io] for our server, which is great, but when looked at using it from 
our Eclipse based tools, I found the lack of support for monitoring a blocker.

What about providing and support and pluggable progress monitor, preferable 
with the same features as:

http://help.eclipse.org/galileo/index.jsp?topic=/org.eclipse.platform.doc.isv/reference/api/org/eclipse/core/runtime/IProgressMonitor.html

The interface methods are:

beginTask(String, int)
done()
internalWorked(double)
isCanceled()
setCanceled(boolean)
setTaskName(String)
subTask(String)
worked(int)

We might not only provide implementations as example, a NullProgressMonitor and 
a ConsoleProgressMonitor.

thoughts?

Gary Gregory
Senior Software Engineer
Seagull Software
email: ggreg...@seagullsoftware.com
email: ggreg...@apache.org
www.seagullsoftware.com


Reply via email to