Uses of Class
com.gargoylesoftware.base.gui.WorkerTask
-
Packages that use WorkerTask Package Description com.gargoylesoftware.base.gui Classes that are UI related. -
-
Uses of WorkerTask in com.gargoylesoftware.base.gui
Fields in com.gargoylesoftware.base.gui declared as WorkerTask Modifier and Type Field Description private WorkerTask
AbstractUIController.TaskRunnable. task_
Methods in com.gargoylesoftware.base.gui with parameters of type WorkerTask Modifier and Type Method Description protected void
AbstractUIController. startTask(WorkerTask task)
Start a WorkerTask.protected void
AbstractUIController. taskComplete(WorkerTask task)
A callback that will be invoked when a task has completed whether it was successful or not.protected void
AbstractUIController. taskErrorThrown(WorkerTask task, java.lang.Throwable throwable)
A callback that will be invoked when a system error is thrown during the processing of a WorkerTask.protected void
AbstractUIController. taskExceptionThrown(WorkerTask task, java.lang.Exception exception)
A callback that will be invoked when an exception is thrown during the processing of a WorkerTask.protected void
AbstractUIController. 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 Constructor Description TaskRunnable(WorkerTask task)
Create an instance
-