com.jogamp.opengl
Class GLEventListenerState.ReshapeGLEventListener
java.lang.Object
com.jogamp.opengl.GLEventListenerState.ReshapeGLEventListener
- All Implemented Interfaces:
- GLRunnable
- Enclosing class:
- GLEventListenerState
public static class GLEventListenerState.ReshapeGLEventListener
- extends Object
- implements GLRunnable
GLEventListenerState.ReshapeGLEventListener
public GLEventListenerState.ReshapeGLEventListener(GLEventListener listener)
run
public boolean run(GLAutoDrawable drawable)
- Specified by:
run
in interface GLRunnable
- Parameters:
drawable
- the associated drawable and current context for this call
- Returns:
- true if the GL [back] framebuffer remains intact by this runnable, otherwise false.
If returning false
GLAutoDrawable
will call
display(GLAutoDrawable)
of all registered GLEventListener
s once more. - See Also:
GLRunnable
Copyright 2010 JogAmp Community.