JavaScript is disabled on your browser.
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
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
Exception
Throws:
Exception
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method