-
- All Implemented Interfaces:
-
java.lang.Runnable
public abstract class RunnableWrapper implements Runnable
-
-
Constructor Summary
Constructors Constructor Description RunnableWrapper()
-
Method Summary
Modifier and Type Method Description Stringname()intpriority()voidbeforeExecute()abstract voidexecute()voidafterExecute()voidonSuccess(long consumeTime)voidonFail(Throwable t)final voidrun()-
-
Method Detail
-
priority
int priority()
-
beforeExecute
void beforeExecute()
-
execute
abstract void execute()
-
afterExecute
void afterExecute()
-
onSuccess
void onSuccess(long consumeTime)
-
run
final void run()
-
-
-
-