- 所有超级接口:
-
Serializable
- 所有已知实现类:
-
AttributeChangeNotificationFilter
,MBeanServerNotificationFilter
,NotificationFilterSupport
要由任何充当通知过滤器的类实现。它允许注册的通知监听器过滤感兴趣的通知。
- 自从:
- 1.5
-
Method Summary
Modifier and TypeMethodDescriptionboolean
isNotificationEnabled
(Notification notification) 在将指定的通知发送给监听器之前调用。
-
Method Details
-
isNotificationEnabled
在将指定的通知发送给监听器之前调用。- 参数:
-
notification
- 要发送的通知。 - 返回:
-
true
如果通知必须发送给监听器,否则false
。
-