|
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK 11g Release 2 (11.1.2.3.0) E17493-04 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface TaskListener
Interface to be implemented by any class that wants to register itself as a TaskListener
| Method Summary | |
|---|---|
void |
taskCancelled(TaskEvent e)Called when a task is cancelled successfully. |
void |
taskComplete(TaskEvent e)Called when a Task reaches the Completed state. |
void |
taskException(TaskEvent e, java.lang.Exception ex)Called when an exception is encountered in the process. |
void |
taskPaused(TaskEvent e)Called when a Task is paused. |
void |
taskProgress(ProgressEvent e)Called everytime that Task provides a progress update |
void |
taskStarted(TaskEvent e)Called when a Task is started or restarted after a Pause |
void |
taskUpdate(UpdateEvent e)Called everytime the task has some update to provide (other than state change or progress). |
| Method Detail |
|---|
void taskComplete(TaskEvent e)
e - TaskEvent a reference of the TaskEvent for this callback
void taskException(TaskEvent e,
java.lang.Exception ex)
e - TaskEvent a reference of the TaskEvent for this callbackex - Exception the Exception which caused the callback. The task is terminated after an exception.void taskPaused(TaskEvent e)
e - TaskEvent a reference of the TaskEvent for this callbackvoid taskStarted(TaskEvent e)
e - TaskEvent a reference of the TaskEvent for this callbackvoid taskProgress(ProgressEvent e)
e - TaskProgress a reference to a TaskProgress instance which contains details of the progress of this task as generated by the implementor.void taskUpdate(UpdateEvent e)
e - TaskUpdate the TaskUpdate will contain detailsvoid taskCancelled(TaskEvent e)
e - TaskEvent the TaskEvent will contain details
|
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK 11g Release 2 (11.1.2.3.0) E17493-04 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||