Interface Runnable


public interface Runnable
A Runnable can be run.
Author:
Silvan Wyss
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    run()
    Lets the current Runnable run.
  • Method Details

    • run

      void run()
      Lets the current Runnable run.