js.dev.cam
Class ReadoutCcdProgressResults
java.lang.Object
js.dev.Results
js.dev.cam.ReadoutCcdProgressResults
- All Implemented Interfaces:
- java.io.Serializable
public class ReadoutCcdProgressResults
- extends Results
- implements java.io.Serializable
The ReadoutCcdProgressResults class.
- Author:
- soldan
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ReadoutCcdProgressResults
public ReadoutCcdProgressResults()
- Constructor.
ReadoutCcdProgressResults
public ReadoutCcdProgressResults(long progress)
- Constructor.
- Parameters:
progress
- the progress to set.
ReadoutCcdProgressResults
public ReadoutCcdProgressResults(ERROR error)
- Constructor.
- Parameters:
error
- the error to set.
getSerialVersionUID
public static final long getSerialVersionUID()
- Returns:
- the serialVersionUID.
getProgress
public final long getProgress()
- Returns:
- the progress.
setProgress
public void setProgress(long progress)
- Parameters:
progress
- the progress to set.