Package | Description |
---|---|
org.processmining.utils.statechart.ui.ctrlview |
Modifier and Type | Method and Description |
---|---|
<T,W> void |
AbstractController.runBackground(AbstractController.ControllerWorker<T,W> worker)
Run prepareUi() in ui thread, then run doInBackground() in background
thread, and call done() in ui thread
|
<T,W> void |
AbstractController.scheduleBackground(AbstractController.ControllerWorker<T,W> worker)
Schedule background work, unscheduling any previous unprocessed
background work
Run prepareUi() in ui thread, then run doInBackground() in background
thread, and call done() in ui thread
|