Interface IProgressTask<O,E extends java.lang.Exception>
-
- All Known Implementing Classes:
AbstractProgressTask
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
@FunctionalInterface public interface IProgressTask<O,E extends java.lang.Exception>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Orun(IProgressMonitor progressMonitor, ICanceler canceler)
-
-
-
Method Detail
-
run
O run(IProgressMonitor progressMonitor, ICanceler canceler) throws CanceledException, E extends java.lang.Exception
- Throws:
CanceledExceptionE extends java.lang.Exception
-
-