}
@Override
public void openWindow(String module, int port) {
LauncherService service = PublicServices.getService(LauncherService.class);
service.openInNewWindow(module, "");
}
@Override
public void setLogLevel(Type type) {
assert type != null : "Sent null loglevel from "+DebugUtil.getCaller();