public interface NotificationFilter extends Serializable
Modifier and Type | Method and Description |
---|---|
boolean |
isNotificationEnabled(Notification notification)
Returns true if the specified notification should be passed
on to the listener.
|
boolean isNotificationEnabled(Notification notification)
notification
- the notification being delivered.