com.bea.ide.core.asynctask

com.bea.ide.core.asynctask  Package

Interface Summary

AsyncTaskSvc.I

IAsyncTask

Represents a task that can be performed in the background while the IDE is running.

Class Summary

AsyncTaskSvc

This service provides a general mechanism for running tasks asynchronously.

DefaultAsyncTask

Implements the IAsyncTask interface by overriding everything except for runBackground.

Exception Summary

AsyncTaskInterruptedException

Indicates that a task was interrupted in a way that is legal for its execution.