Package com.jme3.opencl.lwjgl
Class LwjglEvent
java.lang.Object
com.jme3.opencl.AbstractOpenCLObject
com.jme3.opencl.Event
com.jme3.opencl.lwjgl.LwjglEvent
- All Implemented Interfaces:
com.jme3.opencl.OpenCLObject
public class LwjglEvent
extends com.jme3.opencl.Event
- Author:
- shaman
-
Nested Class Summary
Nested classes/interfaces inherited from interface com.jme3.opencl.OpenCLObject
com.jme3.opencl.OpenCLObject.ObjectReleaser -
Field Summary
Fields inherited from class com.jme3.opencl.AbstractOpenCLObject
releaser -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.jme3.opencl.Event
registerMethods inherited from class com.jme3.opencl.AbstractOpenCLObject
finalize, getReleaser, release
-
Constructor Details
-
LwjglEvent
public LwjglEvent(long event)
-
-
Method Details
-
getEvent
public long getEvent() -
waitForFinished
public void waitForFinished()- Specified by:
waitForFinishedin classcom.jme3.opencl.Event
-
isCompleted
public boolean isCompleted()- Specified by:
isCompletedin classcom.jme3.opencl.Event
-