public class CancelWorkbenchController extends AbstractContainerController<CancelPreprocessors,CancelWorkbenchController.View>
Modifier and Type | Class and Description |
---|---|
static class |
CancelWorkbenchController.View |
AbstractController.ControllerWorker<T,W>
Modifier and Type | Field and Description |
---|---|
Signal0 |
SignalCancelReady |
context, regrec, ScheduleDelayDefault, view
Constructor and Description |
---|
CancelWorkbenchController(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
|
getChildController, getCurrentViewState, initializeChildren, registerChildController, updateViewState, updateViewStatesEnabled
deactivate, getView, runBackground, runBackground, runBackground, runUi, scheduleBackground, scheduleBackground, scheduleBackground, scheduleBackground, setScheduleDelay
public final Signal0 SignalCancelReady
public CancelWorkbenchController(org.processmining.framework.plugin.PluginContext context, WorkbenchModel model)
public void initialize()
AbstractController
initialize
in interface IController
initialize
in class AbstractContainerController<CancelPreprocessors,CancelWorkbenchController.View>
public void activate()
AbstractController
activate
in interface IController
activate
in class AbstractContainerController<CancelPreprocessors,CancelWorkbenchController.View>