T - A classe do resultado da tarefa.public abstract class BusExplorerTask<T>
extends tecgraf.javautils.gui.Task<T>
| Constructor and Description |
|---|
BusExplorerTask(Dialog.ModalityType modality,
ExceptionHandler<BusExplorerHandlingException> handler,
ExceptionContext context)
Construtor.
|
BusExplorerTask(ExceptionHandler<BusExplorerHandlingException> handler,
ExceptionContext context)
Construtor.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
handleError(Exception exception) |
afterTaskUI, beforeTaskUI, cancelTask, execute, execute, execute, execute, execute, execute, executeNonBlocking, getAdditionalInfo, getCancelDelaySecs, getDefaultParentWindow, getError, getProgressDialogDelay, getResult, getStatus, getTaskMessage, performTask, run, setProgressDialogDelay, setProgressDialogEnabled, setProgressStatus, setResult, setStepText, setUnknownStatus, wasCancelledpublic BusExplorerTask(ExceptionHandler<BusExplorerHandlingException> handler, ExceptionContext context)
handler - Manipulador de exceções.context - Contexto das exceções recebidas.public BusExplorerTask(Dialog.ModalityType modality, ExceptionHandler<BusExplorerHandlingException> handler, ExceptionContext context)
modality - Tipo de modalidade do diálogo.handler - Manipulador de exceções.context - Contexto das exceções recebidas.Copyright © 2017. All rights reserved.