Class DataViewFrame.DataExportReceiver

    • 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 Detail

      • 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 interface de.bsvrz.dav.daf.main.ClientReceiverInterface
      • subscribe

        public void subscribe()
      • unsubscribe

        public void unsubscribe()