Package PamUtils.worker.filelist
Interface FileListUser<T extends File>
- All Known Subinterfaces:
WavListUser
public interface FileListUser<T extends File>
Has a single callback to get the results of a file list worker.
- Author:
- dg50
-
Method Summary
Modifier and TypeMethodDescriptionvoid
newFileList
(FileListData<T> fileListData) Callback when task is complete with a list of files, possibly with enhanced data fields.
-
Method Details
-
newFileList
Callback when task is complete with a list of files, possibly with enhanced data fields.- Parameters:
fileListData
-
-