public class CancelQualityController extends CancelPreprocessController<CancelQualityController.View,CancelListRecipe>
Modifier and Type | Class and Description |
---|---|
static class |
CancelQualityController.View |
AbstractController.ControllerWorker<T,W>
model, preprocessRecipe, SignalCancelComputing, SignalCancelReady
context, regrec, ScheduleDelayDefault, view
Constructor and Description |
---|
CancelQualityController(org.processmining.framework.plugin.PluginContext context,
WorkbenchModel model) |
Modifier and Type | Method and Description |
---|---|
void |
activate()
Register all listeners and stop background work here
|
void |
initialize()
Instantiate and prepare everything here
|
getCancelOracle, setUiInputLog, updateUiTransform
deactivate, getView, runBackground, runBackground, runBackground, runUi, scheduleBackground, scheduleBackground, scheduleBackground, scheduleBackground, setScheduleDelay
public CancelQualityController(org.processmining.framework.plugin.PluginContext context, WorkbenchModel model)
public void initialize()
AbstractController
initialize
in interface IController
initialize
in class AbstractController<CancelQualityController.View>
public void activate()
AbstractController
activate
in interface IController
activate
in class CancelPreprocessController<CancelQualityController.View,CancelListRecipe>