Package org.openbravo.erpCommon.ad_forms
Interface TranslationManagerHook
-
public interface TranslationManagerHook
Allows to extend the standard behavior of theTranslationManager
when handling translations
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
onTrlFileImport(String fileName, String tableName, int updateCount)
Executed after importing a translation file
-
-
-
Method Detail
-
onTrlFileImport
void onTrlFileImport(String fileName, String tableName, int updateCount)
Executed after importing a translation file- Parameters:
fileName
- the name of the translation filetableName
- the upper case name of the trl table where records in the translation file are importedupdateCount
- the number of updated records
-
-