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:
- OpenCLObject
- 
Nested Class SummaryNested classes/interfaces inherited from interface com.jme3.opencl.OpenCLObjectOpenCLObject.ObjectReleaser
- 
Field SummaryFields inherited from class com.jme3.opencl.AbstractOpenCLObjectreleaser
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionorg.lwjgl.opencl.CLEventgetEvent()booleanTests if the action is completed.voidWaits until the action has finished (blocking).Methods inherited from class com.jme3.opencl.AbstractOpenCLObjectfinalize, getReleaser, release
- 
Constructor Details- 
LwjglEventpublic LwjglEvent(org.lwjgl.opencl.CLEvent event) 
 
- 
- 
Method Details- 
getEventpublic org.lwjgl.opencl.CLEvent getEvent()
- 
waitForFinishedpublic void waitForFinished()Description copied from class:EventWaits until the action has finished (blocking). This automatically releases the event.- Specified by:
- waitForFinishedin class- Event
 
- 
isCompletedpublic boolean isCompleted()Description copied from class:EventTests if the action is completed. If the action is completed, the event is released.- Specified by:
- isCompletedin class- Event
- Returns:
- trueif the action is completed
 
 
-