Package com.jogamp.common.util
Interface RunnableExecutor
- All Known Implementing Classes:
AWTEDTExecutor,RunnableExecutor.CurrentThreadExecutor
public interface RunnableExecutor
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final RunnableExecutorThisRunnableExecutorimplementation simply invokesRunnable.run()on the current thread. -
Method Summary
-
Field Details
-
currentThreadExecutor
ThisRunnableExecutorimplementation simply invokesRunnable.run()on the current thread.
-
-
Method Details
-
invoke
- Parameters:
wait- if true method waits untilRunnable.run()is completed, otherwise don't wait.r- theRunnableto be executed.
-