Interface LongOperationThreadExecutor
-
- All Known Subinterfaces:
CockpitThreadContextCreator
- All Known Implementing Classes:
DefaultLongOperationThreadExecutor
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.
-