Uses of Interface
PamguardMVC.LoadObserver
Packages that use LoadObserver
Package
Description
- 
Uses of LoadObserver in clickDetector.offlineFuncs
Classes in clickDetector.offlineFuncs that implement LoadObserverModifier and TypeClassDescriptionclassObserve the success of the data load - 
Uses of LoadObserver in dataPlotsFX.data
Classes in dataPlotsFX.data that implement LoadObserver - 
Uses of LoadObserver in detectionPlotFX.plots
Classes in detectionPlotFX.plots that implement LoadObserverModifier and TypeClassDescriptionclassObserve the success of the data load - 
Uses of LoadObserver in export.wavExport
Classes in export.wavExport that implement LoadObserverModifier and TypeClassDescriptionclassObserve the success of the data load - 
Uses of LoadObserver in ltsa
Methods in ltsa with parameters of type LoadObserverModifier and TypeMethodDescriptionvoidLtsaDataBlock.orderOfflineData(PamObserver dataObserver, LoadObserver loadObserver, long startMillis, long endMillis, int loadKeepLayers, int interrupt, boolean allowRepeats)  - 
Uses of LoadObserver in PamguardMVC
Methods in PamguardMVC with parameters of type LoadObserverModifier and TypeMethodDescriptionvoidPamDataBlock.orderOfflineData(PamObserver dataObserver, LoadObserver loadObserver, long startMillis, long endMillis, int loadKeepLayers, int interrupt) Similar functionality to getOfflineData, but this will launch a separate worker thread to do the actual work getting the data.voidPamDataBlock.orderOfflineData(PamObserver dataObserver, LoadObserver loadObserver, long startMillis, long endMillis, int loadKeepLayers, int interrupt, boolean allowRepeats) Similar functionality to getOfflineData, but this will launch a separate worker thread to do the actual work getting the data. - 
Uses of LoadObserver in PamguardMVC.dataOffline
Methods in PamguardMVC.dataOffline that return LoadObserverMethods in PamguardMVC.dataOffline with parameters of type LoadObserverModifier and TypeMethodDescriptionvoidOfflineDataLoading.orderOfflineData(PamObserver dataObserver, LoadObserver loadObserver, long startMillis, long endMillis, int loadKeepLayers, int interrupt, boolean allowRepeats) Similar functionality to getOfflineData, but this will launch a separate worker thread to do the actual work getting the data.voidOfflineDataLoadInfo.setLoadObserver(LoadObserver loadObserver) Constructors in PamguardMVC.dataOffline with parameters of type LoadObserverModifierConstructorDescriptionOfflineDataLoadInfo(PamObserver dataObserver, LoadObserver loadObserver, long startMillis, long endMillis, int loadKeepLayers, int interrupt, boolean allowRepeats)  - 
Uses of LoadObserver in Spectrogram
Classes in Spectrogram that implement LoadObserver