JavaScript is disabled on your browser.
org.gvsig.utils.swing.threads
Interface ITask
All Known Subinterfaces:
ICancelableTask
,
IMonitorableTask
,
IPipedTask
All Known Implementing Classes:
AbstractMonitorableTask
,
CreateSpatialIndexMonitorableTask
,
MonitorableDecoratorMainFirst
,
MonitorableTaskQueue
,
PipeTask
public interface
ITask
Base interface for generic tasks. At origin we are going to use Runnable, but we are interested in the possibility of launch explicit exceptions
Method Summary
Methods
Modifier and Type
Method and Description
void
run
()
Method Detail
run
void run() throws java.lang.Exception
Throws:
java.lang.Exception