Package java.lang

Interface Runnable

    • Method Detail

      • run

        void run()
        Starts executing the active part of the class' code. This method is called when a thread is started that has been created with a class which implements Runnable.