@Deprecated public class UISynchronizeImpl extends java.lang.Object implements UISynchronize
ThreadSynchronize| Constructor and Description |
|---|
UISynchronizeImpl()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
<V> java.util.concurrent.Future<V> |
asyncExec(java.util.concurrent.Callable<V> callable)
Deprecated.
|
void |
asyncExec(java.lang.Runnable runnable)
Deprecated.
|
<T> T |
block(<any> blockCondition)
Deprecated.
|
boolean |
isCurrent()
Deprecated.
|
<T> java.util.concurrent.CompletableFuture<T> |
scheduleExecution(long delay,
java.util.concurrent.Callable<T> runnable)
Deprecated.
|
Subscription |
scheduleExecution(long delay,
java.lang.Runnable runnable)
Deprecated.
|
void |
setThreadSynchronize(ThreadSynchronize threadSynchronize)
Deprecated.
Setting the thread synchronize
|
<V> V |
syncExec(java.util.concurrent.Callable<V> callable,
V defaultValue)
Deprecated.
|
void |
syncExec(java.lang.Runnable runnable)
Deprecated.
|
void |
unsetThreadSynchronize(ThreadSynchronize threadSynchronize)
Deprecated.
Unset the threadSynchronize
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitwaitUntilpublic void setThreadSynchronize(ThreadSynchronize threadSynchronize)
threadSynchronize - the basic thread syncpublic void unsetThreadSynchronize(ThreadSynchronize threadSynchronize)
threadSynchronize - the threadSynchronize going downpublic boolean isCurrent()
public <V> V syncExec(java.util.concurrent.Callable<V> callable,
V defaultValue)
public void syncExec(java.lang.Runnable runnable)
public <V> java.util.concurrent.Future<V> asyncExec(java.util.concurrent.Callable<V> callable)
public void asyncExec(java.lang.Runnable runnable)
public Subscription scheduleExecution(long delay,
java.lang.Runnable runnable)
public <T> java.util.concurrent.CompletableFuture<T> scheduleExecution(long delay,
java.util.concurrent.Callable<T> runnable)
public <T> T block(<any> blockCondition)