Class PrintConversionEventImpl

java.lang.Object
jakarta.xml.bind.helpers.ValidationEventImpl
jakarta.xml.bind.helpers.PrintConversionEventImpl
All Implemented Interfaces:
PrintConversionEvent, ValidationEvent

public class PrintConversionEventImpl extends ValidationEventImpl implements PrintConversionEvent
Default implementation of the PrintConversionEvent interface.

Jakarta XML Binding providers are allowed to use whatever class that implements the ValidationEvent interface. This class is just provided for a convenience.

Since:
1.6, JAXB 1.0
See Also: