Interface TaskScheduler

All Known Implementing Classes:
ExecutorServiceTaskScheduler, ImmediateTaskScheduler

public interface TaskScheduler
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Schedules the task for execution.
  • Method Details

    • schedule

      void schedule(Runnable task)
      Schedules the task for execution.
      Parameters:
      task - the task to schedule