Class NumberOfPagesStatisticsEvent

  • All Implemented Interfaces:
    IEvent

    public class NumberOfPagesStatisticsEvent
    extends AbstractStatisticsEvent
    Class which represents event for counting the number of pages in a PDF document. Only for internal usage.
    • Field Detail

      • NUMBER_OF_PAGES_STATISTICS

        private static final java.lang.String NUMBER_OF_PAGES_STATISTICS
        See Also:
        Constant Field Values
      • numberOfPages

        private final int numberOfPages
    • Constructor Detail

      • NumberOfPagesStatisticsEvent

        public NumberOfPagesStatisticsEvent​(int numberOfPages,
                                            ProductData productData)
        Creates an instance of this class based on the ProductData and the number of pages.
        Parameters:
        numberOfPages - the number of pages 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