所有类
|
摘要: 嵌套 | 字段 | 构造方法 | 方法 |
详细信息: 字段 | 构造方法 | 方法 |
javax.management
接口 NotificationFilter
-
所有超级接口:
-
Serializable
-
所有已知实现类:
-
AttributeChangeNotificationFilter, MBeanServerNotificationFilter, NotificationFilterSupport
-
public interface NotificationFilter
- extends Serializable
可由作为通知过滤器的任何类来实现。它允许已注册的通知侦听器过滤感兴趣的通知。
-
从以下版本开始:
-
1.5
isNotificationEnabled
boolean isNotificationEnabled(Notification notification)
-
向侦听器发送指定通知前调用。
-
-
-
参数:
-
notification
- 要发送的通知。
-
返回:
-
如果必须将通知发送到侦听器,则返回
true
;否则返回 false
。
所有类
|
摘要: 嵌套 | 字段 | 构造方法 | 方法 |
详细信息: 字段 | 构造方法 | 方法 |