Package gaiasky.util

Interface RunnableLong


public interface RunnableLong
A runnable that takes in a long integer as parameter.
  • Method Summary Link icon

    Modifier and Type
    Method
    Description
    void
    run(long a)
     
  • Method Details Link icon

    • run Link icon

      void run(long a)