Package java.lang

Interface Runnable

  • All Known Implementing Classes:
    Thread, TimerTask

    public interface Runnable
    • Method Detail

      • run

        void run()