Interface AbstractProcessService.RunnableWithStop

All Superinterfaces:
Runnable
Enclosing class:
AbstractProcessService<I,SI,SO,O>

public static interface AbstractProcessService.RunnableWithStop extends Runnable
A runnable that can be stopped.
Author:
Holger Eichelberger, SSE
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Stops this runnable.

    Methods inherited from interface java.lang.Runnable

    run
  • Method Details

    • stop

      void stop()
      Stops this runnable.