PointerWrapperpublic final class CLEvent extends PointerWrapperAbstract
pointer| Modifier and Type | Method | Description |
|---|---|---|
CLCommandQueue |
getCLCommandQueue() |
Returns the command-queue associated with this event.
|
int |
getInfoInt(int param_name) |
Returns the integer value of the specified parameter.
|
P |
getParent() |
|
long |
getProfilingInfoLong(int param_name) |
Returns the long value of the specified parameter.
|
int |
getReferenceCount() |
|
boolean |
isValid() |
Returns true if this object represents a valid pointer.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcheckValid, equals, getPointer, hashCode, toStringpublic CLCommandQueue getCLCommandQueue()
public int getInfoInt(int param_name)
param_name - the parameterpublic long getProfilingInfoLong(int param_name)
param_name - the parameterpublic P getParent()
public final int getReferenceCount()
public final boolean isValid()
PointerWrapperAbstractisValid in class PointerWrapperAbstractCopyright © 2002-2009 lwjgl.org. All Rights Reserved.