Package org.correomqtt.core.concurrent
Class SimpleErrorTask<E>
java.lang.Object
org.correomqtt.core.concurrent.SimpleErrorTask<E>
- Direct Known Subclasses:
ScriptDeleteExecutionsTask
,ScriptDeleteTask
,ScriptSaveTask
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected void
protected void
errorHook
(TaskErrorResult<E> errorResult) protected abstract void
execute()
protected void
onError
(TaskErrorResultListener<TaskErrorResult<E>> listener) onFinally
(FinallyListener listener) onStarted
(StartListener listener) onSuccess
(SimpleSuccessListener listener) run()
protected void
-
Field Details
-
soyEvents
-
-
Constructor Details
-
SimpleErrorTask
-
-
Method Details
-
onStarted
-
onSuccess
-
onError
-
onFinally
-
execute
protected abstract void execute() -
beforeHook
protected void beforeHook() -
successHook
protected void successHook() -
errorHook
-
finalHook
protected void finalHook() -
run
-