public interface NotificationListener extends java.util.EventObject {
  boolean isNotificationEnabled(Notification notification);
}