Interface ITask

All Known Subinterfaces:
ICancelableTask, IMonitorableTask, IPipedTask
All Known Implementing Classes:
AbstractMonitorableTask, MonitorableDecoratorMainFirst, MonitorableTaskQueue, PipeTask

public interface ITask
Base interface for generic tasks. At origin we are going to use Runnable, but we are interested in the possibility of launch explicit exceptions
Author:
azabala
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    run()