This interface describes a task collector. Task collectors can be registered in a {@link Scheduler} instance with the{@link Scheduler#addTaskCollector(TaskCollector)} method. Any registered taskcollector is queried by the scheduler once a minute. The developer has to implement the {@link TaskCollector#getTasks()} method, returning a{@link TaskTable} whose elements has been collected with a custom logic. Inexample the list can be extracted from a database.
@author Carlo Pelliccia @since 2.0
|
|