Class GLThread
java.lang.Object
dev.pfaff.altargui.util.GLThread
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic TaskExecutor
executor()
If the current thread is the GL thread, thetask
may be executed immediately.static void
setExecutor
(TaskExecutor executor)
-
Constructor Details
-
GLThread
public GLThread()
-
-
Method Details
-
setExecutor
-
executor
If the current thread is the GL thread, thetask
may be executed immediately.
-