Interface NotifiedSpecialValueTranslator

    • Method Detail

      • notifyTranslationEnd

        void notifyTranslationEnd​(ValueLine line,
                                  HeaderDescriptor header,
                                  Item processedItem)
                           throws ImpExException
        Is called if all SpecialValueTranslators used in header have been triggered. Implement here special logic which has to be executed after end of overall translation.
        Parameters:
        line - current value line
        header - current header
        processedItem - item which was created or updated
        Throws:
        ImpExException - an ImpEx specific problem has occur