Identity.IdentityMixin| Constructor and Description |
|---|
TimelineForScheduleConcern() |
| Modifier and Type | Method and Description |
|---|---|
void |
taskCompletedSuccessfully()
Called directly after the
Runnable.run() method has been completed and
returned from the method normally. |
void |
taskCompletedWithException(RuntimeException ex)
Called directly after the
Runnable.run() method has been completed but
threw a RuntimeException. |
void |
taskStarting()
Called just before the
Runnable.run() method is called. |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitisTaskRunning, nextRun, presentationString, start, taskpublic void taskStarting()
ScheduleRunnable.run() method is called.taskStarting in interface Schedulepublic void taskCompletedSuccessfully()
ScheduleRunnable.run() method has been completed and
returned from the method normally.taskCompletedSuccessfully in interface Schedulepublic void taskCompletedWithException(RuntimeException ex)
ScheduleRunnable.run() method has been completed but
threw a RuntimeException.taskCompletedWithException in interface Schedule