public class LogOverviewController extends AbstractController<LogOverviewController.View>
Modifier and Type | Class and Description |
---|---|
static class |
LogOverviewController.View |
AbstractController.ControllerWorker<T,W>
Modifier and Type | Field and Description |
---|---|
protected WorkbenchModel |
model |
Signal0 |
SignalLogComputing |
Signal1<WorkbenchController.ViewState> |
SignalLogReady |
Signal1<LogPreprocessors> |
SignalSelectAction |
context, regrec, ScheduleDelayDefault, view
Constructor and Description |
---|
LogOverviewController(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
|
deactivate, getView, runBackground, runBackground, runBackground, runUi, scheduleBackground, scheduleBackground, scheduleBackground, scheduleBackground, setScheduleDelay
public final Signal0 SignalLogComputing
public final Signal1<WorkbenchController.ViewState> SignalLogReady
public final Signal1<LogPreprocessors> SignalSelectAction
protected final WorkbenchModel model
public LogOverviewController(org.processmining.framework.plugin.PluginContext context, WorkbenchModel model)
public void initialize()
AbstractController
initialize
in interface IController
initialize
in class AbstractController<LogOverviewController.View>
public void activate()
AbstractController
activate
in interface IController
activate
in class AbstractController<LogOverviewController.View>