public interface NotificationFilter extends Serializable
| Modifier and Type | Method and Description |
|---|---|
boolean |
isNotificationEnabled(Notification notification)
Invoked before sending the specified notification to the listener.
|
boolean isNotificationEnabled(Notification notification)
notification - The notification to be sent.true if the notification has to be sent to the listener, false otherwise.