Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

javax.management
Interface NotificationFilter  view NotificationFilter download NotificationFilter.java

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.
 

Method Detail

isNotificationEnabled

public boolean isNotificationEnabled(Notification notification)
This method is called before a notification is sent to see whether the listener wants the notification.