Package PamguardMVC.dataOffline
Interface LoadPositionInfo
- All Known Implementing Classes:
 AquisitionLoadPoint,SimpleLoadPosition
public interface LoadPositionInfo
Keeps a record of the last load postion if a load thread is cancelled.
- Author:
 - Jamie Macaulay
 
- 
Method Summary
Modifier and TypeMethodDescriptionlongThe time in millis the last thread progressed to. 
- 
Method Details
- 
lastLoadMillis
long lastLoadMillis()The time in millis the last thread progressed to.- Returns:
 - the time in millis the thread progressed to
 
 
 -