Class SingleExecutionViewControllerWrapper
java.lang.Object
org.correomqtt.gui.views.base.BaseControllerImpl
org.correomqtt.gui.views.scripting.SingleExecutionViewController
org.correomqtt.gui.views.scripting.SingleExecutionViewControllerWrapper
- All Implemented Interfaces:
BaseController
@Generated("org.correomqtt.di.processor.SoyFactoryProcessor")
public class SingleExecutionViewControllerWrapper
extends SingleExecutionViewController
-
Nested Class Summary
Nested classes/interfaces inherited from class org.correomqtt.gui.views.base.BaseControllerImpl
BaseControllerImpl.ConstructorMethod<Z>
-
Field Summary
Fields inherited from class org.correomqtt.gui.views.base.BaseControllerImpl
coreManager, themeManager
-
Constructor Summary
ConstructorDescriptionSingleExecutionViewControllerWrapper
(CoreManager coreManager, ThemeManager themeManager, AlertHelper alertHelper, ScriptExecuteTaskFactories scriptExecuteTaskFactories, ExecutionPropertiesDTO executionPropertiesDTO) -
Method Summary
Modifier and TypeMethodDescriptionvoid
void
void
Methods inherited from class org.correomqtt.gui.views.scripting.SingleExecutionViewController
cleanup, getExecutionId, load, onScriptExecutionProgress
Methods inherited from class org.correomqtt.gui.views.base.BaseControllerImpl
load, load, showAsDialog, showAsDialog
-
Constructor Details
-
SingleExecutionViewControllerWrapper
@Inject public SingleExecutionViewControllerWrapper(CoreManager coreManager, ThemeManager themeManager, AlertHelper alertHelper, ScriptExecuteTaskFactories scriptExecuteTaskFactories, ExecutionPropertiesDTO executionPropertiesDTO)
-
-
Method Details
-
onScriptExecutionCancelled
- Overrides:
onScriptExecutionCancelled
in classSingleExecutionViewController
-
onScriptExecutionSuccess
- Overrides:
onScriptExecutionSuccess
in classSingleExecutionViewController
-
onScriptExecutionFailed
- Overrides:
onScriptExecutionFailed
in classSingleExecutionViewController
-