Uses of Interface
me.lucko.scriptcontroller.environment.loader.ScriptLoadingExecutor
-
Packages that use ScriptLoadingExecutor Package Description me.lucko.scriptcontroller.environment.loader me.lucko.scriptcontroller.environment.settings -
-
Uses of ScriptLoadingExecutor in me.lucko.scriptcontroller.environment.loader
Methods in me.lucko.scriptcontroller.environment.loader that return ScriptLoadingExecutor Modifier and Type Method Description static ScriptLoadingExecutorScriptLoadingExecutor. usingJavaScheduler(ScheduledExecutorService service)Creates aScriptLoadingExecutorusing a java executor service -
Uses of ScriptLoadingExecutor in me.lucko.scriptcontroller.environment.settings
Methods in me.lucko.scriptcontroller.environment.settings with parameters of type ScriptLoadingExecutor Modifier and Type Method Description EnvironmentSettings.BuilderEnvironmentSettings.Builder. loadExecutor(ScriptLoadingExecutor executor)Define the executor service used to setup task to poll scripts for changes and load new scripts.
-