com.jogamp.common.util
Class RunnableExecutor.CurrentThreadExecutor
java.lang.Object
com.jogamp.common.util.RunnableExecutor.CurrentThreadExecutor
- All Implemented Interfaces:
- RunnableExecutor
- Enclosing interface:
- RunnableExecutor
public static class RunnableExecutor.CurrentThreadExecutor
- extends Object
- implements RunnableExecutor
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
invoke
public void invoke(boolean wait,
Runnable r)
- Specified by:
invoke
in interface RunnableExecutor
- Parameters:
wait
- if true method waits until Runnable.run()
is completed, otherwise don't wait.r
- the Runnable
to be executed.