> I'd prefer to make a couple of little changes to Task itself, and > leave the rest to the developer. (Multiple TaskListeners per Task,
This could be done with a composite TaskListener implementation, so I don't think the API would need to change to accommodate that. > and ability to execute a Task using an ExecutorService supplied after > construction - specifically at execution time) This would be a valuable change, IMO.
