Interface ReportHandler<T extends Report>

    • Method Detail

      • hasReport

        boolean hasReport()
        Checks whether a report is present.
        Returns:
        true if a report is present
      • getReport

        T getReport()
        Returns the report.
        Returns:
        the report, can be null if none available