Package PamguardMVC.dataOffline
Class SimpleLoadPosition
java.lang.Object
PamguardMVC.dataOffline.SimpleLoadPosition
- All Implemented Interfaces:
LoadPositionInfo
- Direct Known Subclasses:
AquisitionLoadPoint
Stores the last load point in millis.
- Author:
- Jamie Macaulay
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionlong
The time in millis the last thread progressed to.void
setLastLoadMillis
(long lastLoadPoint)
-
Constructor Details
-
SimpleLoadPosition
public SimpleLoadPosition(long lastLoadPoint)
-
-
Method Details
-
setLastLoadMillis
public void setLastLoadMillis(long lastLoadPoint) -
lastLoadMillis
public long lastLoadMillis()Description copied from interface:LoadPositionInfo
The time in millis the last thread progressed to.- Specified by:
lastLoadMillis
in interfaceLoadPositionInfo
- Returns:
- the time in millis the thread progressed to
-