| Package | Description |
|---|---|
| org.micromanager.ndviewer.internal.gui |
| Modifier and Type | Method and Description |
|---|---|
CoalescentRunnable |
CoalescentRunnable.coalesceWith(CoalescentRunnable later)
Return a new runnable formed by coalescing this instance with another.
|
| Modifier and Type | Method and Description |
|---|---|
CoalescentRunnable |
CoalescentRunnable.coalesceWith(CoalescentRunnable later)
Return a new runnable formed by coalescing this instance with another.
|
void |
DisplayCoalescentEDTRunnablePool.invokeAsLateAsPossibleWithCoalescence(CoalescentRunnable runnable)
Like
invokeLaterWithCoalescence, but defers invocation until the
last scheduled task on the event queue is processed. |
void |
CoalescentExecutor.invokeAsLateAsPossibleWithCoalescence(CoalescentRunnable runnable)
Like
invokeLaterWithCoalescence, but defers invocation until the
last scheduled task on the event queue is processed. |
void |
DisplayCoalescentEDTRunnablePool.invokeLaterWithCoalescence(CoalescentRunnable runnable)
Invoke the given runnable on the EDT, coalescing multiple invocations on
the event queue.
|
void |
CoalescentExecutor.submitWithCoalescence(CoalescentRunnable runnable)
Invoke the given runnable on the EDT, coalescing multiple invocations on
the event queue.
|
Copyright © 2023. All rights reserved.