Uses of Record Class
org.dellroad.javabox.Control.ExecutionContext
-
Uses of Control.ExecutionContext in org.dellroad.javabox
Methods in org.dellroad.javabox that return Control.ExecutionContextModifier and TypeMethodDescriptionstatic Control.ExecutionContextJavaBox.executionContextFor(Class<? extends Control> controlType) Obtain the execution context associated with the specifiedControlclass and the script execution occurring in the current thread.Methods in org.dellroad.javabox with parameters of type Control.ExecutionContextModifier and TypeMethodDescriptiondefault voidControl.finishExecution(Control.ExecutionContext context, Object result, Throwable error) Notification that the execution of a script snippet has finished, either successfully or by throwing an exception.