public class DefaultPromiseManager extends Object implements PromiseManager
| Constructor and Description |
|---|
DefaultPromiseManager() |
| Modifier and Type | Method and Description |
|---|---|
<D,F,P> org.jdeferred.Deferred<D,F,P> |
clearDeferredFor(Action action) |
<D,F,P> org.jdeferred.Deferred<D,F,P> |
deferredFor(Action action) |
<D,F,P> RecordingPromise<D,F,P> |
promiseFor(Action action) |
@Nonnull public <D,F,P> RecordingPromise<D,F,P> promiseFor(@Nonnull Action action)
promiseFor in interface PromiseManager@Nullable public <D,F,P> org.jdeferred.Deferred<D,F,P> deferredFor(@Nonnull Action action)
deferredFor in interface PromiseManager@Nullable public <D,F,P> org.jdeferred.Deferred<D,F,P> clearDeferredFor(@Nonnull Action action)
clearDeferredFor in interface PromiseManager