this.callback = callback;
this.iconLogo = iconLogo;
moduleDb = new ModuleDbImpl(DB_DRIVER, DB_URL + dirDB.getAbsolutePath() + HelperIO.FILE_SEPARATOR
+ moduleConfig.getUUID() + FileType.DB.getExtension(), DB_USER, DB_PASSWORD);
owner = new Frame(moduleConfig.getName(), iconLogo.getIcon());
trayIcon = new TrayIcon(iconLogo.getIcon(), moduleConfig.getName() + HelperString.SPACE
+ moduleConfig.getVersion(), popup);
moduleConfig.getLocalizer().addListener(this);