Interface ThreadedRunnable

All Superinterfaces:
Runnable
All Known Implementing Classes:
RubyRunnable

public interface ThreadedRunnable extends Runnable
Represents a Runnable that can report what Java thread it is running under.
  • Method Summary

    Modifier and Type
    Method
    Description
     
    void
    run()
     
  • Method Details

    • getJavaThread

      Thread getJavaThread()
    • run

      void run()
      Specified by:
      run in interface Runnable