Class SizeOfPdfStatisticsEvent

  • All Implemented Interfaces:
    IEvent

    public class SizeOfPdfStatisticsEvent
    extends AbstractStatisticsEvent
    Class which represents event related to size of the PDF document. Only for internal usage.
    • Field Detail

      • PDF_SIZE_STATISTICS

        private static final java.lang.String PDF_SIZE_STATISTICS
        See Also:
        Constant Field Values
      • amountOfBytes

        private final long amountOfBytes
    • Constructor Detail

      • SizeOfPdfStatisticsEvent

        public SizeOfPdfStatisticsEvent​(long amountOfBytes,
                                        ProductData productData)
        Creates an instance of this class based on the ProductData and the size of the document.
        Parameters:
        amountOfBytes - the number of bytes in the PDF document during the processing of which the event was sent
        productData - is a description of the product which has generated an event