public interface ProcessOperations
Modifier and Type | Method and Description |
---|---|
void |
onBackgroundProcessDone(com.onwbp.adaptation.AdaptationTable table,
java.util.function.Consumer<com.orchestranetworks.addon.mame.model.CallbackMessage> callback)
Callback when the add-on's processes that are running in the background have finished.
|
void |
waitingForBackgroundProcessDone(com.onwbp.adaptation.AdaptationTable table)
Waits for the add-on's processes that are running in the background to finish.
|
void waitingForBackgroundProcessDone(com.onwbp.adaptation.AdaptationTable table) throws InterruptedException
table
- the table where the add-on's processes are running.InterruptedException
void onBackgroundProcessDone(com.onwbp.adaptation.AdaptationTable table, java.util.function.Consumer<com.orchestranetworks.addon.mame.model.CallbackMessage> callback)
table
- the table where the add-on's processes are running.callback
- the Consumer is called when the add-on's background processes have finished.