public class RunnableBackgroundableWrapper extends Task.Backgroundable
Task.Backgroundable, Task.ConditionalModal, Task.Modal, Task.NotificationInfo, Task.WithResult<T,E extends java.lang.Exception>myBackgroundOptionALWAYS_BACKGROUND, DEAF| Constructor and Description |
|---|
RunnableBackgroundableWrapper(Project project,
java.lang.String title,
java.lang.Runnable nonCancellable) |
| Modifier and Type | Method and Description |
|---|---|
void |
run(ProgressIndicator indicator) |
isConditionalModal, isModal, processSentToBackground, shouldStartInBackgroundasBackgroundable, asModal, getCancelText, getCancelTooltipText, getNotificationInfo, getProject, getTitle, isCancellable, isHeadless, notifyFinished, onCancel, onError, onFinished, onSuccess, onThrowable, queue, setCancelText, setCancelTooltipText, setTitle, whereToRunCallbackspublic RunnableBackgroundableWrapper(Project project, java.lang.String title, java.lang.Runnable nonCancellable)
public void run(ProgressIndicator indicator)