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 TypeClassDescriptionclass
Observe 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 TypeClassDescriptionclass
Observe the success of the data load -
Uses of LoadObserver in export.wavExport
Classes in export.wavExport that implement LoadObserverModifier and TypeClassDescriptionclass
Observe the success of the data load -
Uses of LoadObserver in ltsa
Methods in ltsa with parameters of type LoadObserverModifier and TypeMethodDescriptionvoid
LtsaDataBlock.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 TypeMethodDescriptionvoid
PamDataBlock.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.void
PamDataBlock.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 TypeMethodDescriptionvoid
OfflineDataLoading.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.void
OfflineDataLoadInfo.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