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
Constructors -
Method Summary
Methods inherited from class de.grogra.video.util.ProgressObservable
setProgressMethods 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, theJobconsists of.- Throws:
IOException- if anIOExceptionoccurs during job processingInterruptedException- if theJobis interrupted
-