Package PamController
Interface DataStoreInfoHolder
- All Known Subinterfaces:
 DataInputStore
- All Known Implementing Classes:
 AcquisitionControl,DCL5System,FileInputSystem,FolderInputSystem,OfflineFileServer,OfflineWavFileServer,RonaInputSystem,RonaOfflineFileServer,STAcquisitionControl
public interface DataStoreInfoHolder
- 
Method Summary
Modifier and TypeMethodDescriptiongetStoreInfo(PamWorkMonitor workerMonitor, boolean detail) Get information about the input store (e.g. 
- 
Method Details
- 
getStoreInfo
Get information about the input store (e.g. start times of all files).- Parameters:
 workerMonitor- monitor for work progress, should be called whenever a task is likely to take a long time so that a progress bar can update.detail- get detail of all files.- Returns:
 - information about data input.
 
 
 -