| Package | Description | 
|---|---|
| oracle.ide.controller | 
| Modifier and Type | Method and Description | 
|---|---|
protected void | 
AsynchronousController.handleEvent(IdeAction action,
           Context context,
           AsynchronousController.TaskInfo taskInfo)
Override this method to handle some actions out of EDT. 
 | 
void | 
Command.setTaskInfo(AsynchronousController.TaskInfo taskInfo)
Should only be called from an AsynchronousController. 
 |