- onException(OnException) - Method in interface com.github.deinok.threading.IPromise
-
Sets the action to execute when the IPromise ends with an exception
- OnException - Interface in com.github.deinok.threading
-
Functional Interface to detect exceptions
- onException(OnException) - Method in class com.github.deinok.threading.Task
-
Callback executed when the Task ends with an exception
- onSuccess(OnSuccess<R>) - Method in interface com.github.deinok.threading.group.ITaskGroup
-
- onSuccess(OnSuccess<R>) - Method in class com.github.deinok.threading.group.TaskList
-
- onSuccess(OnSuccess<R>) - Method in interface com.github.deinok.threading.IPromise
-
Sets the action to execute when the IPromise ends successful
- OnSuccess<R> - Interface in com.github.deinok.threading
-
A Functional Interface to detect when a IPromise is Finished Successful
- onSuccess(OnSuccess<R>) - Method in class com.github.deinok.threading.Task
-
Callback executed when the Task result is ready