Package net.anwiba.commons.thread.job
Interface ITask
-
- All Known Subinterfaces:
IDescribedTask
public interface ITask
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidrun(IMessageCollector monitor, ICanceler canceler)
-
-
-
Method Detail
-
run
void run(IMessageCollector monitor, ICanceler canceler) throws CanceledException, ExcecutionFaildException
-
-