Uses of Interface
org.jdeferred2.AlwaysCallback
Packages that use AlwaysCallback
-
Uses of AlwaysCallback in org.jdeferred2
Methods in org.jdeferred2 with parameters of type AlwaysCallbackModifier and TypeMethodDescriptionPromise.always
(AlwaysCallback<? super D, ? super F> callback) This method will registerAlwaysCallback
so that when a Deferred object is either resolved (Deferred.resolve(Object)
) or rejected (Deferred.reject(Object)
),AlwaysCallback
will be triggered. -
Uses of AlwaysCallback in org.jdeferred2.impl
Fields in org.jdeferred2.impl with type parameters of type AlwaysCallbackModifier and TypeFieldDescriptionprotected final List
<AlwaysCallback<? super D, ? super F>> AbstractPromise.alwaysCallbacks
Methods in org.jdeferred2.impl with parameters of type AlwaysCallbackModifier and TypeMethodDescriptionAbstractPromise.always
(AlwaysCallback<? super D, ? super F> callback) DelegatingPromise.always
(AlwaysCallback<? super D, ? super F> callback) protected void
AbstractPromise.triggerAlways
(AlwaysCallback<? super D, ? super F> callback, Promise.State state, D resolve, F reject)