|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjavax.rad.util.UIInvoker
public class UIInvoker
The UIInvoker
class is bound to the current UI factory and is able to
execute calls in the right UI thread via invokeLater of the factory.
Constructor Summary | |
---|---|
UIInvoker()
Creates a new instance of UIInvoker for thread safety. |
Method Summary | |
---|---|
void |
invokeLater(java.lang.Runnable pRunnable)
Causes pRunnable.run() to be executed asynchronously on the
current event dispatching thread. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public UIInvoker()
UIInvoker
for thread safety.
Method Detail |
---|
public void invokeLater(java.lang.Runnable pRunnable)
pRunnable.run()
to be executed asynchronously on the
current event dispatching thread. There are different technologies
with different invokeLater
implementations. To find the UI
dependent method the current factory manager will be used. If there is
no factory manager, then the pRunnable.run()
will be
started within the current thread.
pRunnable
- specific functionality to run asynchronous
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |