Package gaiasky.util

Interface RunnableLong


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

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

    • run

      void run(long a)