Uses of Enum Class
org.jdeferred2.Promise.State
Packages that use Promise.State
-
Uses of Promise.State in org.jdeferred2
Methods in org.jdeferred2 that return Promise.StateModifier and TypeMethodDescriptionPromise.state()
static Promise.State
Returns the enum constant of this class with the specified name.static Promise.State[]
Promise.State.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.jdeferred2 with parameters of type Promise.StateModifier and TypeMethodDescriptionvoid
AlwaysCallback.onAlways
(Promise.State state, D resolved, F rejected) Invoked when thePromise
resolves or rejects a value.AlwaysPipe.pipeAlways
(Promise.State state, D resolved, F rejected) Invoked when thePromise
resolves or rejects a value. -
Uses of Promise.State in org.jdeferred2.impl
Fields in org.jdeferred2.impl declared as Promise.StateMethods in org.jdeferred2.impl that return Promise.StateMethods in org.jdeferred2.impl with parameters of type Promise.StateModifier and TypeMethodDescriptionprotected void
AbstractPromise.triggerAlways
(AlwaysCallback<? super D, ? super F> callback, Promise.State state, D resolve, F reject) protected void
AbstractPromise.triggerAlways
(Promise.State state, D resolve, F reject)