Package | Description |
---|---|
com.gargoylesoftware.base.gui |
Classes that are UI related.
|
Modifier and Type | Method and 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,
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,
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.
|
Copyright © 1998–2014 Gargoyle Software Inc.. All rights reserved.