|
Style Intelligence v12.0 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface TaskListener
Task listener is invoked when a task is executed. To add a listener to schedule tasks, define a property, schedule.task.listener, with the fully qualified name of the listener class.
| Method Summary | |
|---|---|
void |
taskCompleted(ScheduleTask task,
Principal user,
List errors)
Invoked when a task is finished. |
void |
taskStarted(ScheduleTask task,
Principal user)
Invoked when a task is about to be started. |
| Method Detail |
|---|
void taskStarted(ScheduleTask task,
Principal user)
task - the executing task.user - the principal used for executing the actions.
void taskCompleted(ScheduleTask task,
Principal user,
List errors)
task - the executing task.user - the principal used for executing the actions.errors - the errors generated by the actions.
|
Copyright © 1996-2014 InetSoft Technology Corp. All Rights Reserved. | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||