>  Better yet, factor the conditions in a base class, and derive from it. 
That
> way, you can add the conditions to any task you want that derives from 
Task
> (basically simple tasks). All there is do in the Task to change is 
rename
> execute in runExec(), since I declare execute() final to do the 
conditional
> checks.

Sounds a read good idea.  Any takers for the weekend ?

Juergen


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

Reply via email to