Package 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
-
Nested Class Summary
Nested classes/interfaces inherited from interface com.jogamp.common.util.RunnableExecutor
RunnableExecutor.CurrentThreadExecutor -
Field Summary
Fields inherited from interface com.jogamp.common.util.RunnableExecutor
currentThreadExecutor -
Method Summary
-
Method Details
-
invoke
- Specified by:
invokein interfaceRunnableExecutor- Parameters:
wait- if true method waits untilRunnable.run()is completed, otherwise don't wait.r- theRunnableto be executed.
-