|
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK 11g Release 2 (11.1.2.4.0) E17493-05 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectoracle.ide.task.event.TaskAdapter
oracle.ide.task.ui.TaskManagerDialog
public class TaskManagerDialog
| Method Summary | |
|---|---|
static TaskManagerDialog |
createDialog(java.awt.Component parent,
TaskManagerDialogConfiguration config)
|
void |
start()
To be called from the EDT. |
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 |
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 |
| Methods inherited from class oracle.ide.task.event.TaskAdapter |
|---|
taskPaused, taskUpdate |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static TaskManagerDialog createDialog(java.awt.Component parent,
TaskManagerDialogConfiguration config)
public void start()
public void taskException(TaskEvent e,
java.lang.Exception ex)
TaskListener
taskException in interface TaskListenertaskException in class TaskAdaptere - TaskEvent a reference of the TaskEvent for this callbackex - Exception the Exception which caused the callback. The
task is terminated after an exception.public void taskProgress(ProgressEvent e)
TaskListener
taskProgress in interface TaskListenertaskProgress in class TaskAdaptere - TaskProgress a reference to a TaskProgress instance which
contains details of the progress of this task as generated by the
implementor.public void taskCancelled(TaskEvent e)
TaskListener
taskCancelled in interface TaskListenertaskCancelled in class TaskAdaptere - TaskEvent the TaskEvent will contain detailspublic void taskComplete(TaskEvent e)
TaskListener
taskComplete in interface TaskListenertaskComplete in class TaskAdaptere - TaskEvent a reference of the TaskEvent for this callbackpublic void taskStarted(TaskEvent e)
TaskListener
taskStarted in interface TaskListenertaskStarted in class TaskAdaptere - TaskEvent a reference of the TaskEvent for this callback
|
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK 11g Release 2 (11.1.2.4.0) E17493-05 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||