public interface NotifiedSpecialValueTranslator extends SpecialValueTranslator
| Modifier and Type | Method and Description |
|---|---|
void |
notifyTranslationEnd(ValueLine line,
HeaderDescriptor header,
Item processedItem)
Is called if all
SpecialValueTranslators used in header have been triggered. |
init, isEmpty, performExport, performImport, validatevoid notifyTranslationEnd(ValueLine line, HeaderDescriptor header, Item processedItem) throws ImpExException
SpecialValueTranslators used in header have been triggered. Implement here special logic
which has to be executed after end of overall translation.line - current value lineheader - current headerprocessedItem - item which was created or updatedImpExException - an ImpEx specific problem has occurCopyright © 2017 SAP SE. All Rights Reserved.