Interface IRunnable

  • All Superinterfaces:
    java.lang.Runnable
    All Known Implementing Classes:
    ProcessRunner

    public interface IRunnable
    extends java.lang.Runnable
    • Method Detail

      • getDelay

        default long getDelay​(java.util.concurrent.TimeUnit unit)
      • isPeriodic

        default boolean isPeriodic()
      • cancel

        boolean cancel​(boolean mayInterruptIfRunning)
      • isCancelled

        boolean isCancelled()