| Visual Basic (Declaration) | |
|---|---|
Public Interface EDIConverterListener Inherits ConverterListener | |
| Visual Basic (Usage) | Copy Code |
|---|---|
| |
| C# | |
|---|---|
public interface EDIConverterListener : ConverterListener | |
| Managed Extensions for C++ | |
|---|---|
public __gc __interface EDIConverterListener : public ConverterListener | |
| C++/CLI | |
|---|---|
public interface class EDIConverterListener : public ConverterListener | |
Some of the added methods handle EDI specific errors,
while others are used to report status information such as the start of a message or a segment.
If an XML Converter application needs to implement customized error handling then it may implement this interface and register it with the Converter object. This may be done either by assigning an EDIConverterListener to the ConverterFactory in which case they all share the same instance, or afterwards to an individual Converter, ConvertToXml or ConvertFromXml object.
Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family