Class DeferredPromiseImpl.Timeout

java.lang.Object
org.osgi.util.promise.DeferredPromiseImpl.Timeout
All Implemented Interfaces:
Runnable, PromiseImpl.InlineCallback, PromiseImpl.Result<T>
Enclosing class:
DeferredPromiseImpl<T>

final class DeferredPromiseImpl.Timeout extends Object implements Runnable, PromiseImpl.InlineCallback, PromiseImpl.Result<T>
A callback used by the PromiseImpl.timeout(long) method to schedule the timeout and to resolve the chained Promise and cancel the timeout.