Uses of Class
com.gargoylesoftware.base.gui.WorkerTask
Packages that use WorkerTask
-
Uses of WorkerTask in com.gargoylesoftware.base.gui
Fields in com.gargoylesoftware.base.gui declared as WorkerTaskModifier and TypeFieldDescriptionprivate final WorkerTaskAbstractUIController.TaskRunnable.task_Methods in com.gargoylesoftware.base.gui with parameters of type WorkerTaskModifier and TypeMethodDescriptionprotected final voidAbstractUIController.startTask(WorkerTask task) Start a WorkerTask.protected voidAbstractUIController.taskComplete(WorkerTask task) A callback that will be invoked when a task has completed whether it was successful or not.protected voidAbstractUIController.taskErrorThrown(WorkerTask task, Throwable throwable) A callback that will be invoked when a system error is thrown during the processing of a WorkerTask.protected voidAbstractUIController.taskExceptionThrown(WorkerTask task, Exception exception) A callback that will be invoked when an exception is thrown during the processing of a WorkerTask.protected voidAbstractUIController.taskSuccessful(WorkerTask task) A callback that will be invoked when a task completed successfully.Constructors in com.gargoylesoftware.base.gui with parameters of type WorkerTask