Interface InterruptableTask


public interface InterruptableTask
  • Method Summary

    Modifier and Type Method Description
    void run()  
  • Method Details

    • run

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