public abstract class GLSimpleListenerAbstract extends Object implements GLSimpleListener
Modifier and Type | Class and Description |
---|---|
static class |
GLSimpleListenerAbstract.GLSimpleListenerBridge |
Constructor and Description |
---|
GLSimpleListenerAbstract() |
Modifier and Type | Method and Description |
---|---|
javax.media.opengl.GLEventListener |
asJoglListener() |
void |
dispose(javax.media.opengl.GLContext context)
Free GPU and CPU memory associated with this this context.
|
GLListenerInfo |
getInfo()
Returns diagnostics which can include things such as estimated memory
usage.
|
boolean |
isDisposed()
Whether this listener has been disposed, making it unavailable for use.
|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
display, displayChanged, init, reshape
public javax.media.opengl.GLEventListener asJoglListener()
public boolean isDisposed()
GLSimpleListener
isDisposed
in interface GLSimpleListener
public void dispose(javax.media.opengl.GLContext context)
GLSimpleListener
dispose
in interface GLSimpleListener
public GLListenerInfo getInfo()
GLSimpleListener
getInfo
in interface GLSimpleListener
Copyright © 2013 Metron, Inc.. All rights reserved.