S
- the script interfacepublic abstract class AbstractVoidScriptMethodProxy<S> extends AbstractMethodProxy<S,java.lang.Boolean> implements VoidScriptMethodProxy<S>
m, script, wrapper
Constructor and Description |
---|
AbstractVoidScriptMethodProxy(ScriptWrapper<S> wrapper) |
Modifier and Type | Method and Description |
---|---|
java.lang.Boolean |
executeMethod(java.lang.Object... args)
Execute the script and return a result.
|
protected abstract void |
executeScriptImpl(java.lang.Object... args)
Execute the script.
|
checkDeclaredArguments, checkRuntimeArguments, convertRuntimeArguments, getScriptWrapper, processException
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
checkDeclaredArguments, checkDeclaredArguments, executeMethod, getScriptWrapper
public AbstractVoidScriptMethodProxy(ScriptWrapper<S> wrapper)
protected abstract void executeScriptImpl(java.lang.Object... args)
args
- the argumentspublic java.lang.Boolean executeMethod(java.lang.Object... args)
executeMethod
in interface ScriptMethodProxy<S,java.lang.Boolean>
args
- the argumentsCopyright © 2019-2024 Herve Girod. All Rights Reserved. Documentation and source under the BSD licence