Interface ReadyRunnable

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      boolean isReady()
      Returns true if the runnable is ready to start.
      • Methods inherited from interface java.lang.Runnable

        run
    • Method Detail

      • isReady

        boolean isReady()
        Returns true if the runnable is ready to start.
        Returns:
        a boolean.