Uses of Class
be.hogent.tarsos.ui.BackgroundTask

Packages that use BackgroundTask
be.hogent.tarsos.ui Basic user interface elements. 
 

Uses of BackgroundTask in be.hogent.tarsos.ui
 

Methods in be.hogent.tarsos.ui with parameters of type BackgroundTask
 void BackgroundTask.interrupt(BackgroundTask backgroundTask, java.lang.Exception e)
           
 void BackgroundTask.TaskHandler.taskDone(BackgroundTask backgroundTask)
           
 void BackgroundTask.TaskHandler.taskInterrupted(BackgroundTask backgroundTask, java.lang.Exception e)
           
 

Constructors in be.hogent.tarsos.ui with parameters of type BackgroundTask
ProgressDialog(java.awt.Frame parent, java.lang.String title, BackgroundTask transcodingTask, java.util.List<BackgroundTask> detectorQueue)
           
 

Constructor parameters in be.hogent.tarsos.ui with type arguments of type BackgroundTask
ProgressDialog(java.awt.Frame parent, java.lang.String title, BackgroundTask transcodingTask, java.util.List<BackgroundTask> detectorQueue)