Interface AbstractProcessService.RunnableWithStop
-
- All Superinterfaces:
java.lang.Runnable
- Enclosing class:
- AbstractProcessService<I,SI,SO,O>
public static interface AbstractProcessService.RunnableWithStop extends java.lang.RunnableA runnable that can be stopped.- Author:
- Holger Eichelberger, SSE
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidstop()Stops this runnable.
-