Package org.osgi.util.promise
Class DeferredPromiseImpl.ChainImpl
java.lang.Object
org.osgi.util.promise.DeferredPromiseImpl.ChainImpl
- All Implemented Interfaces:
Runnable
- Enclosing class:
DeferredPromiseImpl<T>
A callback used to resolve the chained Promise when the PromiseImpl is
resolved.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
promise
-
-
Constructor Details
-
ChainImpl
ChainImpl(PromiseImpl<T> promise)
-
-
Method Details