Class InterruptibleTask.DoNothingRunnable

java.lang.Object
com.google.common.util.concurrent.InterruptibleTask.DoNothingRunnable
All Implemented Interfaces:
Runnable
Enclosing class:
InterruptibleTask<T>

private static final class InterruptibleTask.DoNothingRunnable extends Object implements Runnable
  • Constructor Details

    • DoNothingRunnable

      private DoNothingRunnable()
  • Method Details

    • run

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