Package de.bsvrz.pat.sysbed.dataview
Class DataViewFrame.DataExportReceiver
java.lang.Object
de.bsvrz.pat.sysbed.dataview.DataViewFrame.DataExportReceiver
- All Implemented Interfaces:
de.bsvrz.dav.daf.main.ClientReceiverInterface
,CsvProgressDialogOnline.StopRequestListener
- Enclosing class:
- DataViewFrame
public class DataViewFrame.DataExportReceiver extends java.lang.Object implements de.bsvrz.dav.daf.main.ClientReceiverInterface, CsvProgressDialogOnline.StopRequestListener
Die Klasse verarbeitet die Daten, die vom Datenverteiler gesandt werden, und kommt beim CSV-Export der Daten zum Zug
-
Method Summary
Modifier and Type Method Description void
openFile()
void
stopRequested()
void
subscribe()
void
unsubscribe()
void
update(de.bsvrz.dav.daf.main.ResultData[] results)
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Method Details
-
openFile
public void openFile() throws java.io.FileNotFoundException- Throws:
java.io.FileNotFoundException
-
update
public void update(de.bsvrz.dav.daf.main.ResultData[] results)- Specified by:
update
in interfacede.bsvrz.dav.daf.main.ClientReceiverInterface
-
stopRequested
public void stopRequested()- Specified by:
stopRequested
in interfaceCsvProgressDialogOnline.StopRequestListener
-
subscribe
public void subscribe() -
unsubscribe
public void unsubscribe()
-