Package com._1c.g5.v8.dt.common.runtime
Interface ProgressMonitors.SimpleRunnableSubTask<E1 extends Throwable,E2 extends Throwable>
- Type Parameters:
E1
- Type of Exception thrown.E2
- Type of Exception thrown.
- Enclosing class:
- ProgressMonitors
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
@FunctionalInterface
public static interface ProgressMonitors.SimpleRunnableSubTask<E1 extends Throwable,E2 extends Throwable>
Block of code running an action in a subtask that does not call other methods using
IProgressMonitor
.-
Method Summary
Modifier and TypeMethodDescriptionvoid
run()
Runs an action without calling other methods usingIProgressMonitor
.