Class TimeoutFuture.Fire<V>

java.lang.Object
com.google.common.util.concurrent.TimeoutFuture.Fire<V>
All Implemented Interfaces:
Runnable
Enclosing class:
TimeoutFuture<V>

private static final class TimeoutFuture.Fire<V> extends Object implements Runnable
A runnable that is called when the delegate or the timer completes.
  • Field Details

  • Constructor Details

  • Method Details

    • run

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