Package org.scijava.script.process
Interface ScriptCallback
-
public interface ScriptCallbackA routine which will be invoked just prior to script execution.- Author:
- Curtis Rueden
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidinvoke(ScriptModule module)Invokes the callback routine.
-
-
-
Method Detail
-
invoke
void invoke(ScriptModule module) throws ScriptException
Invokes the callback routine.- Parameters:
module- TheScriptModuleinstance which will execute the script.- Throws:
ScriptException
-
-