Interface LongOperationThreadExecutor
-
- All Known Subinterfaces:
CockpitThreadContextCreator
public interface LongOperationThreadExecutorExecutes long operation in new thread.
-
-
Method Summary
All Methods Instance Methods Default Methods Modifier and Type Method Description default voidexecute(java.lang.Runnable runnable)Executes given operation in a new thread.
-