be.hogent.tarsos.ui
Interface BackgroundTask.TaskHandler

Enclosing class:
BackgroundTask

public static interface BackgroundTask.TaskHandler


Method Summary
 void taskDone(BackgroundTask backgroundTask)
           
 void taskInterrupted(BackgroundTask backgroundTask, java.lang.Exception e)
           
 

Method Detail

taskDone

void taskDone(BackgroundTask backgroundTask)

taskInterrupted

void taskInterrupted(BackgroundTask backgroundTask,
                     java.lang.Exception e)