Interface Runnable


  • public interface Runnable

    Interface that should be implemented by any class whose instances are intended to be executed by a thread.

    • Method Detail

      • run

        void run()

        Method that will be called when this Runnable is executed.