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 Details

    • NUMBER_OF_PAGES_STATISTICS

      private static final String NUMBER_OF_PAGES_STATISTICS
      See Also:
    • numberOfPages

      private final int numberOfPages
  • Constructor Details

    • 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
  • Method Details