Interface DelayedRunnable

All Superinterfaces:
Runnable

public interface DelayedRunnable extends Runnable
Author:
Bruno Salmon
  • Method Summary

    Modifier and Type
    Method
    Description
    long
    Gets the delay in milliseconds.

    Methods inherited from interface java.lang.Runnable

    run
  • Method Details

    • getDelay

      long getDelay()
      Gets the delay in milliseconds.
      Returns:
      delay in millis