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 TypeMethodDescriptionvoidaudit(Notification notification, boolean triggered) Audits aNotification.
-
Method Details
-
audit
Audits aNotification.- Parameters:
notification- theNotificationto audittriggered- whether a state change was triggered after receiving the notification
-