public interface NotificationFilter extends Serializable
Modifier and Type | Method and Description |
---|---|
boolean |
isNotificationEnabled(Notification notification)
在将指定的通知发送给侦听器之前调用。
|
boolean isNotificationEnabled(Notification notification)
notification
- 要发送的通知。
true
如果通知必须发送给侦听器,
false
false。
Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2014, Oracle and/or its affiliates. All rights reserved.