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 theRunnable
implementation.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.Object
run()
-