Interface NotificationAuditor

Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@FunctionalInterface public interface NotificationAuditor
Notification auditor interface.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    audit(Notification notification, boolean triggered)
    Audits a Notification.
  • Method Details

    • audit

      void audit(Notification notification, boolean triggered)
      Audits a Notification.
      Parameters:
      notification - the Notification to audit
      triggered - whether a state change was triggered after receiving the notification