js.dev.cam
Class ExposeCcdProgressResults
java.lang.Object
js.dev.Results
js.dev.cam.ExposeCcdProgressResults
- All Implemented Interfaces:
- java.io.Serializable
public class ExposeCcdProgressResults
- extends Results
- implements java.io.Serializable
The ExposeCcdProgressResults class.
- Author:
- soldan
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ExposeCcdProgressResults
public ExposeCcdProgressResults()
- Constructor.
ExposeCcdProgressResults
public ExposeCcdProgressResults(long progress)
- Constructor.
- Parameters:
progress
- the progress to set.
ExposeCcdProgressResults
public ExposeCcdProgressResults(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.