Interface Interruptible.SimpleTask

  • Enclosing interface:
    Interruptible

    public static interface Interruptible.SimpleTask
    A Task that only runs on NORMAL states
    • Method Detail

      • run

        void run()
          throws java.lang.InterruptedException
        Throws:
        java.lang.InterruptedException