js.dev.cam
Class ReadoutCcdProgressResults

java.lang.Object
  extended by js.dev.Results
      extended by 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

Constructor Summary
ReadoutCcdProgressResults()
          Constructor.
ReadoutCcdProgressResults(ERROR error)
          Constructor.
ReadoutCcdProgressResults(long progress)
          Constructor.
 
Method Summary
 long getProgress()
           
static long getSerialVersionUID()
           
 void setProgress(long progress)
           
 
Methods inherited from class js.dev.Results
getError, setError
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

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.
Method Detail

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.