public interface SwingScript
Modifier and Type | Method and Description |
---|---|
<E> E |
invoke(ScriptConfig config,
ScriptInvocation invocation)
Invoke the supplied invocations.
|
<E> E |
invoke(ScriptInvocation invocation)
Invoke the supplied invocations.
|
<E> E invoke(ScriptInvocation invocation)
E
- Automatically cast the return type to the assigned type.invocation
- supplies raw code and script resources to execute.<E> E invoke(ScriptConfig config, ScriptInvocation invocation)
E
- Automatically cast the return type to the assigned type.invocation
- supplies raw code and script resources to execute.config
- Custom configuration of the script environment.