Interface AbstractProcessService.RunnableWithStop

  • All Superinterfaces:
    java.lang.Runnable
    Enclosing class:
    AbstractProcessService<I,​SI,​SO,​O>

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

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      void stop()
      Stops this runnable.
      • Methods inherited from interface java.lang.Runnable

        run
    • Method Detail

      • stop

        void stop()
        Stops this runnable.