js.dev.cam
Class ExposeCcdProgressResults

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

Constructor Summary
ExposeCcdProgressResults()
          Constructor.
ExposeCcdProgressResults(ERROR error)
          Constructor.
ExposeCcdProgressResults(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

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