Schnittstelle Runnable


public interface Runnable
A Runnable can be run.
Autor:
Silvan Wyss
  • Methodenübersicht

    Modifikator und Typ
    Methode
    Beschreibung
    void
    run()
    Lets the current Runnable run.
  • Methodendetails

    • run

      void run()
      Lets the current Runnable run.