public static class GLSimpleListenerAbstract.GLSimpleListenerBridge extends Object implements javax.media.opengl.GLEventListener
Constructor and Description |
---|
GLSimpleListenerAbstract.GLSimpleListenerBridge(GLSimpleListenerAbstract handler) |
Modifier and Type | Method and Description |
---|---|
void |
display(javax.media.opengl.GLAutoDrawable drawable) |
void |
displayChanged(javax.media.opengl.GLAutoDrawable drawable,
boolean modeChanged,
boolean deviceChanged) |
void |
dispose(javax.media.opengl.GLAutoDrawable drawable) |
void |
init(javax.media.opengl.GLAutoDrawable drawable) |
void |
reshape(javax.media.opengl.GLAutoDrawable drawable,
int x,
int y,
int width,
int height) |
public GLSimpleListenerAbstract.GLSimpleListenerBridge(GLSimpleListenerAbstract handler)
public void init(javax.media.opengl.GLAutoDrawable drawable)
init
in interface javax.media.opengl.GLEventListener
public void display(javax.media.opengl.GLAutoDrawable drawable)
display
in interface javax.media.opengl.GLEventListener
public void reshape(javax.media.opengl.GLAutoDrawable drawable, int x, int y, int width, int height)
reshape
in interface javax.media.opengl.GLEventListener
public void displayChanged(javax.media.opengl.GLAutoDrawable drawable, boolean modeChanged, boolean deviceChanged)
public void dispose(javax.media.opengl.GLAutoDrawable drawable)
dispose
in interface javax.media.opengl.GLEventListener
Copyright © 2013 Metron, Inc.. All rights reserved.