Module video
Package de.grogra.video.util
package de.grogra.video.util
This package contains utility classes which are used across the plugin.
- Author:
- Dominick Leppich
-
ClassDescriptionThe
CommandLineProgress
is an observer for objects, which areProgressObservable
.ThisJobListener
defines methods, which are called by theWorker
when a job is started, ended and the worker finished processing all jobs.AProgress
defines a "progress", it's really that simple.AProgressObservable
is just anObservable
object, with an additional methodProgressObservable.setProgress(Progress)
to make the use easier.TheWorker
is used to process jobs inside the plugin.TheWorkerThread
belongs to aWorker
and is used to process the jobs in a separate Thread.