protected class ExportSensorRunController.ExportSensorRunFileWriter extends SwingWorker<File,String[]>
SwingWorker.StateValue| Constructor and Description |
|---|
ExportSensorRunController.ExportSensorRunFileWriter(File csvFile,
nl.cloudfarming.client.field.model.Field[] fields) |
| Modifier and Type | Method and Description |
|---|---|
protected File |
doInBackground() |
protected void |
done() |
protected void |
process(List<String[]> chunks) |
addPropertyChangeListener, cancel, execute, firePropertyChange, get, get, getProgress, getPropertyChangeSupport, getState, isCancelled, isDone, publish, removePropertyChangeListener, run, setProgresspublic ExportSensorRunController.ExportSensorRunFileWriter(File csvFile, nl.cloudfarming.client.field.model.Field[] fields) throws IOException
IOExceptionprotected File doInBackground() throws Exception
doInBackground in class SwingWorker<File,String[]>Exceptionprotected void process(List<String[]> chunks)
process in class SwingWorker<File,String[]>protected void done()
done in class SwingWorker<File,String[]>Copyright © 2012. All Rights Reserved.