public class RunnableBackgroundableWrapper extends Task.Backgroundable
Task.Backgroundable, Task.ConditionalModal, Task.Modal, Task.NotificationInfo, Task.WithResult<T,E extends java.lang.Exception>
myBackgroundOption
ALWAYS_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, shouldStartInBackground
asBackgroundable, asModal, getCancelText, getCancelTooltipText, getNotificationInfo, getProject, getTitle, isCancellable, isHeadless, notifyFinished, onCancel, onError, onFinished, onSuccess, onThrowable, queue, setCancelText, setCancelTooltipText, setTitle, whereToRunCallbacks
public RunnableBackgroundableWrapper(Project project, java.lang.String title, java.lang.Runnable nonCancellable)
public void run(ProgressIndicator indicator)