java.lang.Object
java.util.Observable
de.grogra.video.util.ProgressObservable
de.grogra.video.util.Job
- Direct Known Subclasses:
AutoRenderJob
,ExportJob
,InterpolationJob
,RenderJob
- Author:
- Dominick Leppich
-
Constructor Summary
-
Method Summary
Methods inherited from class de.grogra.video.util.ProgressObservable
setProgress
Methods inherited from class java.util.Observable
addObserver, clearChanged, countObservers, deleteObserver, deleteObservers, hasChanged, notifyObservers, notifyObservers, setChanged
-
Constructor Details
-
Job
public Job()
-
-
Method Details
-
process
Thisprocess()
method defines the work, theJob
consists of.- Throws:
IOException
- if anIOException
occurs during job processingInterruptedException
- if theJob
is interrupted
-