Uses of Interface
de.espirit.firstspirit.agency.ScriptLogListener
Packages that use ScriptLogListener
-
Uses of ScriptLogListener in de.espirit.firstspirit.agency
Methods in de.espirit.firstspirit.agency with parameters of type ScriptLogListenerModifier and TypeMethodDescription@Nullable ObjectScriptAgent.execute(@NotNull Executable executable, @NotNull Map<String, Object> parameters, @Nullable ScriptLogListener logListener) Executes the given executable.@Nullable ObjectScriptAgent.execute(@NotNull Script script, @NotNull Map<String, Object> parameters, @Nullable ScriptLogListener logListener) Executes the given script.@Nullable ObjectScriptAgent.execute(@NotNull String scriptIdentifier, @NotNull Map<String, Object> parameters, @Nullable ScriptLogListener logListener) Executes the script with the given identifier.