- All Superinterfaces:
- java.io.Serializable
- All Known Implementing Classes:
- AttributeChangeNotificationFilter, NotificationFilterSupport
- public interface NotificationFilter
- extends java.io.Serializable
This interface is implemented by any class acting as a notification
filter.
The filter is used before the notification is sent to see whether
the notification is required.
- Version:
- $Revision: 1.2 $
|
Method Summary |
boolean |
isNotificationEnabled(Notification notification)
This method is called before a notification is sent to see whether
the listener wants the notification. |
isNotificationEnabled
public boolean isNotificationEnabled(Notification notification)
- This method is called before a notification is sent to see whether
the listener wants the notification.