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
    Constructor
    Description
    LwjglEvent(long event)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    long
     
    boolean
     
    void
     

    Methods inherited from class com.jme3.opencl.Event

    register

    Methods inherited from class com.jme3.opencl.AbstractOpenCLObject

    finalize, getReleaser, release

    Methods inherited from class java.lang.Object

    clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • LwjglEvent

      public LwjglEvent(long event)
  • Method Details

    • getEvent

      public long getEvent()
    • waitForFinished

      public void waitForFinished()
      Specified by:
      waitForFinished in class com.jme3.opencl.Event
    • isCompleted

      public boolean isCompleted()
      Specified by:
      isCompleted in class com.jme3.opencl.Event