com.jogamp.opengl
Class GLEventListenerState.ReshapeGLEventListener

java.lang.Object
  extended by com.jogamp.opengl.GLEventListenerState.ReshapeGLEventListener
All Implemented Interfaces:
GLRunnable
Enclosing class:
GLEventListenerState

public static class GLEventListenerState.ReshapeGLEventListener
extends Object
implements GLRunnable


Constructor Summary
GLEventListenerState.ReshapeGLEventListener(GLEventListener listener)
           
 
Method Summary
 boolean run(GLAutoDrawable drawable)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GLEventListenerState.ReshapeGLEventListener

public GLEventListenerState.ReshapeGLEventListener(GLEventListener listener)
Method Detail

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 GLEventListeners once more.
See Also:
GLRunnable


Copyright 2010 JogAmp Community.