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.StateReturns 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 TypeMethodDescriptionvoidAlwaysCallback.onAlways(Promise.State state, D resolved, F rejected) Invoked when thePromiseresolves or rejects a value.AlwaysPipe.pipeAlways(Promise.State state, D resolved, F rejected) Invoked when thePromiseresolves 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 voidAbstractPromise.triggerAlways(AlwaysCallback<? super D, ? super F> callback, Promise.State state, D resolve, F reject) protected voidAbstractPromise.triggerAlways(Promise.State state, D resolve, F reject)