> -Original Message-
> From: Rafał Krupiński [mailto:r.krupin...@gmail.com]
> Sent: Thursday, April 08, 2010 04:03
> To: Commons Developers List
> Subject: Re: [IO] Progress Monitor
>
> On Wed, Apr 7, 2010 at 12:09 AM, Gary Gregory
> wrote:
> [..]
> &
> -Original Message-
> From: Rafał Krupiński [mailto:r.krupin...@gmail.com]
> Sent: Thursday, April 08, 2010 04:03
> To: Commons Developers List
> Subject: Re: [IO] Progress Monitor
>
> On Wed, Apr 7, 2010 at 12:09 AM, Gary Gregory
> wrote:
> [..]
> &
On Wed, Apr 7, 2010 at 12:09 AM, Gary Gregory
wrote:
[..]
> When I am copying a directory containing possibly hundreds of files, I do
> want to know how far along I am. Recall that File
>objects describe both files and directories.
Good point.
> The progress monitor itself can decide if the ope
> -Original Message-
> From: Rafał Krupiński [mailto:r.krupin...@gmail.com]
> Sent: Tuesday, April 06, 2010 14:21
> To: Commons Developers List
> Subject: Re: [IO] Progress Monitor
>
> On 06.04.2010 19:03, Gary Gregory wrote:
> >> -Original Message--
On 06.04.2010 19:03, Gary Gregory wrote:
-Original Message-
From: Rafał Krupiński [mailto:r.krupin...@gmail.com]
Sent: Tuesday, April 06, 2010 03:59
To: Commons Developers List
Subject: Re: [IO] Progress Monitor
[...]
interface ProgressMonitor{
void begin(int whole);
void progress
> -Original Message-
> From: Rafał Krupiński [mailto:r.krupin...@gmail.com]
> Sent: Tuesday, April 06, 2010 03:59
> To: Commons Developers List
> Subject: Re: [IO] Progress Monitor
>
> On Wed, Mar 31, 2010 at 7:37 PM, Gary Gregory
> wrote:
> > Hi All:
>
On Wed, Mar 31, 2010 at 7:37 PM, Gary Gregory
wrote:
> 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, pre