if (JRebirthParameters.DEVELOPER_MODE.get()) {
this.unprocessedWaveHandler.manageUnprocessedWave(COMMAND_NOT_FOUND_MESSAGE.getText(), wave);
}
} else {
// Run the command into the predefined thread
command.run(wave);
}
}
/**
* Call a service method by using a task worker.