| Package | Description | 
|---|---|
| oracle.ide.task | |
| oracle.ide.task.event | |
| oracle.ide.task.ui | 
| Modifier and Type | Method and Description | 
|---|---|
TaskEvent | 
Task.getNewTaskEvent()
Deprecated.  
Get a new instance of TaskEvent. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
TaskFrameworkServices.fireCancelled(TaskEvent e)  | 
void | 
TaskFrameworkServices.fireComplete(TaskEvent e)  | 
void | 
TaskFrameworkServices.fireException(TaskEvent e,
             java.lang.Exception ex)  | 
void | 
TaskFrameworkServices.firePaused(TaskEvent e)  | 
void | 
TaskFrameworkServices.fireStarted(TaskEvent e)  | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
ProgressEvent  | 
class  | 
UpdateEvent
This class is not final yet. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
TaskFrameworkServicesImpl.fireCancelled(TaskEvent e)  | 
void | 
TaskFrameworkServicesImpl.fireComplete(TaskEvent e)  | 
void | 
TaskFrameworkServicesImpl.fireException(TaskEvent e,
             java.lang.Exception ex)  | 
void | 
TaskFrameworkServicesImpl.firePaused(TaskEvent e)  | 
void | 
TaskFrameworkServicesImpl.fireStarted(TaskEvent e)  | 
void | 
TaskListener.taskCancelled(TaskEvent e)
Deprecated.  
Called when a task is cancelled successfully. 
 | 
void | 
TaskAdapter.taskCancelled(TaskEvent e)  | 
void | 
TaskListener.taskComplete(TaskEvent e)
Deprecated.  
Called when a Task reaches the Completed state. 
 | 
void | 
TaskAdapter.taskComplete(TaskEvent e)  | 
void | 
TaskListener.taskException(TaskEvent e,
             java.lang.Exception ex)
Deprecated.  
Called when an exception is encountered in the process. 
 | 
void | 
TaskAdapter.taskException(TaskEvent e,
             java.lang.Exception ex)  | 
void | 
TaskListener.taskPaused(TaskEvent e)
Deprecated.  
Called when a Task is paused. 
 | 
void | 
TaskAdapter.taskPaused(TaskEvent e)  | 
void | 
TaskListener.taskStarted(TaskEvent e)
Deprecated.  
Called when a Task is started or restarted after a Pause 
 | 
void | 
TaskAdapter.taskStarted(TaskEvent e)  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
TaskManagerDialog.taskCancelled(TaskEvent e)  | 
void | 
DialogFeedbackTaskListener.taskCancelled(TaskEvent e)  | 
void | 
TaskManagerDialog.taskComplete(TaskEvent e)  | 
void | 
DialogFeedbackTaskListener.taskComplete(TaskEvent e)  | 
void | 
TaskManagerDialog.taskException(TaskEvent e,
             java.lang.Exception ex)  | 
void | 
DialogFeedbackTaskListener.taskException(TaskEvent e,
             java.lang.Exception ex)  | 
void | 
DialogFeedbackTaskListener.taskPaused(TaskEvent e)  | 
void | 
TaskManagerDialog.taskStarted(TaskEvent e)  | 
void | 
DialogFeedbackTaskListener.taskStarted(TaskEvent e)  |