|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use DataRequestor | |
---|---|
org.das2.dataset | Provides classes and interfaces for combining Datums into structured DataSets, and operators for working with DataSets. |
Uses of DataRequestor in org.das2.dataset |
---|
Methods in org.das2.dataset with parameters of type DataRequestor | |
---|---|
void |
DataRequestThread.request(DataSetDescriptor dsd,
Datum start,
Datum end,
Datum resolution,
DataRequestor requestor,
ProgressMonitor monitor)
Begins a data reqest operation that will be executed in a separate thread and pass the resulting DataSet to the org.das2.event.DataRequestListener#finished(org.das2.event.DataRequestEvent) finished() method of the DataRequestor
specified. |
void |
DataRequestThread.requestAndWait(DataSetDescriptor dsd,
java.lang.Object params,
Datum start,
Datum end,
Datum resolution,
DataRequestor requestor,
ProgressMonitor monitor)
Begins a data reqest operation that will be executed in a separate thread and pass the resulting DataSet to the org.das2.event.DataRequestListener#finished(org.das2.event.DataRequestEvent) finished() method of the DataRequestor
specified. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |