A simple task manager written to demonstrate various new Java language features and APIs.
- uses
varto infer local variable types - uses the improved process API to query all running processes for their information (see package
task) - implements the new flow API to steer tasks from query to filter to presentation (see package
flowand main classTaskManager)