public interface ScriptCallback
Modifier and Type | Method and Description |
---|---|
void |
invoke(ScriptModule module)
Invokes the callback routine.
|
void invoke(ScriptModule module) throws ScriptException
module
- The ScriptModule
instance which will
execute the script.ScriptException
Copyright © 2015–2022 SciJava. All rights reserved.