Mario Ivankovits wrote:
> Hi!
>> 1. Do you have any mechanism in mind to give feedback on the result
>> of the operation? 
>> 
> Not yet, this is all work in progress. But probably changing the
> FileOperation interface to ProcessReturn process()
> and add a new ProcessReturn interface with.
> boolean isCorrect();
> int getReturnCode();

Why not simply use a java.util.concurrent.Future implementation?

- Jörg

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to