Interface Stoppable

  • All Superinterfaces:
    java.lang.Runnable

    public interface Stoppable
    extends java.lang.Runnable
    • Method Detail

      • await

        void await()
            throws java.lang.InterruptedException
        Throws:
        java.lang.InterruptedException
      • stop

        void stop()