Interface AuditListener

    • Method Detail

      • auditStarted

        void auditStarted​(AuditEvent event)
        Notify that the audit is about to start.
        Parameters:
        event - the event details
      • auditFinished

        void auditFinished​(AuditEvent event)
        Notify that the audit is finished.
        Parameters:
        event - the event details
      • fileStarted

        void fileStarted​(AuditEvent event)
        Notify that audit is about to start on a specific file.
        Parameters:
        event - the event details
      • fileFinished

        void fileFinished​(AuditEvent event)
        Notify that audit is finished on a specific file.
        Parameters:
        event - the event details
      • addError

        void addError​(AuditEvent event)
        Notify that an audit error was discovered on a specific file.
        Parameters:
        event - the event details
      • addException

        void addException​(AuditEvent event,
                          Throwable throwable)
        Notify that an exception happened while performing audit.
        Parameters:
        event - the event details
        throwable - details of the exception