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 © 2009–2023 SciJava. All rights reserved.