Interface ScriptedRunnable.Future

  • Enclosing class:
    ScriptedRunnable

    public static interface ScriptedRunnable.Future
    The interface that will be implemented using the function passed to the constructor. This is then called to execute the script code by the Runnable implementation.
    • Method Detail

      • run

        java.lang.Object run()