Package net.anwiba.commons.swing.action
Interface IActionTask<I,O>
-
- 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 IActionTask<I,O>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Oexcecute(IMessageCollector monitor, ICanceler canceler, I value)
-
-
-
Method Detail
-
excecute
O excecute(IMessageCollector monitor, ICanceler canceler, I value) throws java.lang.reflect.InvocationTargetException, CanceledException
- Throws:
java.lang.reflect.InvocationTargetExceptionCanceledException
-
-