Interface NotificationFilter
-
public interface NotificationFilterA filter to letNotificationHandlerfilters out notifications they are not interested to handle.- Author:
- Jeff Mesnil (c) 2013 Red Hat inc.
-
-
Field Summary
Fields Modifier and Type Field Description static NotificationFilterALL
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleanisNotificationEnabled(Notification notification)
-
-
-
Field Detail
-
ALL
static final NotificationFilter ALL
-
-
Method Detail
-
isNotificationEnabled
boolean isNotificationEnabled(Notification notification)
-
-