/**
  * Receives notification that a new page is being started.
  *
  * @param event The event.
  */
 public void pageStarted(final ReportEvent event) {
   pageFunction.pageStarted(event);
 }