S
- the script interfacepublic interface SessionHook<S>
Modifier and Type | Method and Description |
---|---|
default java.lang.Object |
start(S script)
Fired when the script is started without arguments.
|
default java.lang.Object |
start(S script,
java.lang.Object... args)
Fired when the script is started.
|
default java.lang.Object start(S script, java.lang.Object... args)
start(java.lang.Object)
.script
- the scriptargs
- the argumentsdefault java.lang.Object start(S script)
script
- the scriptCopyright © 2019-2024 Herve Girod. All Rights Reserved. Documentation and source under the BSD licence