public class CancellationController extends AbstractController<CancellationController.View>
Modifier and Type | Class and Description |
---|---|
static class |
CancellationController.View |
AbstractController.ControllerWorker<T,W>
context, regrec, ScheduleDelayDefault, view
Constructor and Description |
---|
CancellationController(org.processmining.framework.plugin.PluginContext context) |
Modifier and Type | Method and Description |
---|---|
void |
activate()
Register all listeners and stop background work here
|
CancellationModel |
getModel() |
void |
initialize()
Instantiate and prepare everything here
|
void |
updateDiagram(boolean resetView) |
deactivate, getView, runBackground, runBackground, runBackground, runUi, scheduleBackground, scheduleBackground, scheduleBackground, scheduleBackground, setScheduleDelay
public CancellationController(org.processmining.framework.plugin.PluginContext context)
public CancellationModel getModel()
public void initialize()
AbstractController
initialize
in interface IController
initialize
in class AbstractController<CancellationController.View>
public void activate()
AbstractController
activate
in interface IController
activate
in class AbstractController<CancellationController.View>
public void updateDiagram(boolean resetView)