public interface TaskRunListener
| Modifier and Type | Method and Description |
|---|---|
void |
runFinishedByExceptin(TaskRunExceptionReport report)
Called when run finished by exception.
|
void |
runFinishedByStop(TaskRunStopReport report)
Called when run finished by calling the stop method.
|
void |
runFinishedBySuccess(TaskRunSuccessReport report)
Called when run finished by successful return.
|
void runFinishedBySuccess(TaskRunSuccessReport report)
report - reportvoid runFinishedByExceptin(TaskRunExceptionReport report)
report - reportvoid runFinishedByStop(TaskRunStopReport report)
report - reportCopyright © 2016. All rights reserved.