Uses of Interface
PamguardMVC.LoadObserver
Package
Description
-
Uses of LoadObserver in clickDetector.offlineFuncs
Modifier and TypeClassDescriptionclass
Observe the success of the data load -
Uses of LoadObserver in dataPlotsFX.data
-
Uses of LoadObserver in detectionPlotFX.plots
Modifier and TypeClassDescriptionclass
Observe the success of the data load -
Uses of LoadObserver in export.wavExport
Modifier and TypeClassDescriptionclass
Observe the success of the data load -
Uses of LoadObserver in ltsa
Modifier and TypeMethodDescriptionvoid
LtsaDataBlock.orderOfflineData
(PamObserver dataObserver, LoadObserver loadObserver, long startMillis, long endMillis, int loadKeepLayers, int interrupt, boolean allowRepeats) -
Uses of LoadObserver in PamguardMVC
Modifier 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
Modifier 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) ModifierConstructorDescriptionOfflineDataLoadInfo
(PamObserver dataObserver, LoadObserver loadObserver, long startMillis, long endMillis, int loadKeepLayers, int interrupt, boolean allowRepeats) -
Uses of LoadObserver in Spectrogram