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.
Notification auditor interface.
-
Method Summary
Modifier and TypeMethodDescriptionvoid
audit
(Notification notification, boolean triggered) Audits aNotification
.
-
Method Details
-
audit
Audits aNotification
.- Parameters:
notification
- theNotification
to audittriggered
- whether a state change was triggered after receiving the notification
-