Interface ScheduleTask

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      void run()
      Method called by the scheduler when the task is ready to execute.
    • Method Detail

      • run

        void run()
        Method called by the scheduler when the task is ready to execute.