Class DelayingExecutor

java.lang.Object
org.eclipse.net4j.util.concurrent.DelayingExecutor
All Implemented Interfaces:
Runnable, Executor

public class DelayingExecutor extends Object implements Executor, Runnable
Since:
3.23
Author:
Eike Stepper
  • Constructor Details

    • DelayingExecutor

      public DelayingExecutor(long delay)
  • Method Details

    • execute

      public void execute(Runnable runnable)
      Specified by:
      execute in interface Executor
    • run

      public void run()
      Specified by:
      run in interface Runnable
    • stop

      public void stop()
    • doExecute

      protected void doExecute(Runnable runnable)