Package 

Class NativeRunnable

  • All Implemented Interfaces:
    java.lang.Runnable

    
    public class NativeRunnable
     implements Runnable
                        

    A Runnable that has a native run implementation.

    • Method Summary

      Modifier and Type Method Description
      native void run()
      • Methods inherited from class java.lang.Runnable

        run
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • run

         native void run()