Interface AbstractProcessService.RunnableWithStop
- All Superinterfaces:
Runnable
- Enclosing class:
AbstractProcessService<I,SI, SO, O>
A runnable that can be stopped.
- Author:
- Holger Eichelberger, SSE
-
Method Summary
-
Method Details
-
stop
void stop()Stops this runnable.
-