WriteAction@Deprecated
public abstract class ActionRunner
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
static interface |
ActionRunner.InterruptibleRunnable
Deprecated.
obsolete API
|
static interface |
ActionRunner.InterruptibleRunnableWithResult<T>
Deprecated.
obsolete API
|
| Constructor and Description |
|---|
ActionRunner()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
static void |
runInsideReadAction(ActionRunner.InterruptibleRunnable runnable)
Deprecated.
|
static void |
runInsideWriteAction(ActionRunner.InterruptibleRunnable runnable)
Deprecated.
|
static <T> T |
runInsideWriteAction(ActionRunner.InterruptibleRunnableWithResult<T> runnable)
Deprecated.
|
@Deprecated public static void runInsideWriteAction(ActionRunner.InterruptibleRunnable runnable) throws java.lang.Exception
WriteAction.run(ThrowableRunnable) or WriteAction.compute(ThrowableComputable) insteadjava.lang.Exception@Deprecated public static <T> T runInsideWriteAction(ActionRunner.InterruptibleRunnableWithResult<T> runnable) throws java.lang.Exception
WriteAction.run(ThrowableRunnable) or WriteAction.compute(ThrowableComputable) insteadjava.lang.Exception@Deprecated public static void runInsideReadAction(ActionRunner.InterruptibleRunnable runnable) throws java.lang.Exception
ReadAction.run(ThrowableRunnable) or ReadAction.compute(ThrowableComputable) insteadjava.lang.Exception