|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface GLRunnable
Declares a one-shot OpenGL command usable for injection
via GLAutoDrawable.invoke(boolean, javax.media.opengl.GLRunnable).
GLAutoDrawable executes the GLRunnables within it's display()
method after all registered GLEventListeners
display(GLAutoDrawable)
methods has been called.
The OpenGL context is current while executing the GLRunnable.
This might be useful to inject OpenGL commands from an I/O event listener.
| Method Summary | |
|---|---|
boolean |
run(GLAutoDrawable drawable)
|
| Method Detail |
|---|
boolean run(GLAutoDrawable drawable)
drawable - the associated drawable and current context for this call
GLAutoDrawable will call
display(GLAutoDrawable)
of all registered GLEventListeners once more.GLRunnable
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||