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