Uses of Class
PamUtils.worker.PamWorker
Packages that use PamWorker
Package
Description
- 
Uses of PamWorker in Acquisition.layoutFX
Methods in Acquisition.layoutFX with parameters of type PamWorkerModifier and TypeMethodDescriptionvoidFolderInputPane.setFileWorker(PamWorker<FileListData<WavFileType>> worker) Called whenever a new file worker is initialised to search a folder for wav files. - 
Uses of PamWorker in Acquisition.sud
Methods in Acquisition.sud with parameters of type PamWorkerModifier and TypeMethodDescriptionSudAudioFile.SudMapWorker.runBackgroundTask(PamWorker<AudioInputStream> pamWorker) Constructors in Acquisition.sud with parameters of type PamWorker - 
Uses of PamWorker in PamUtils.worker
Methods in PamUtils.worker with parameters of type PamWorkerModifier and TypeMethodDescriptionPamWorkWrapper.runBackgroundTask(PamWorker<T> pamWorker) Run the background task which is in it's own thread - 
Uses of PamWorker in PamUtils.worker.filelist
Methods in PamUtils.worker.filelist that return PamWorkerModifier and TypeMethodDescriptionfinal PamWorker<FileListData<T>> FileListWorker.makeFileListProcess(String[] rootList, boolean subFolders, boolean useOldIfPossible) Create a file list worker.Methods in PamUtils.worker.filelist with parameters of type PamWorkerModifier and TypeMethodDescriptionvoidFileListWorker.finaliseFileList(PamWorker<FileListData<T>> pamWorker, FileListData<T> newFileList) Do any final jobs to the file list.voidWavListWorker.finaliseFileList(PamWorker<FileListData<WavFileType>> pamWorker, FileListData<WavFileType> fileList) final FileListData<T> FileListWorker.runBackgroundTask(PamWorker<FileListData<T>> pamWorker)  - 
Uses of PamWorker in tethys.swing
Methods in tethys.swing with parameters of type PamWorkerModifier and TypeMethodDescriptionDatablockDetectionsPanel.runBackgroundTask(PamWorker<String> pamWorker)