Interface MyRunnable


public interface MyRunnable
  • Method Summary

    Modifier and Type
    Method
    Description
    void
     
    void
     
  • Method Details

    • runJob

      void runJob() throws java.lang.InterruptedException
      Throws:
      java.lang.InterruptedException
    • cancelJob

      void cancelJob()