home *** CD-ROM | disk | FTP | other *** search
/ PC Professionell 2004 December / PCpro_2004_12.ISO / files / webserver / xampp / xampp-tomcat-addon-1.4.9-installer.exe / jmx.jar / javax / management / NotificationBroadcasterSupport$1.class (.txt) < prev    next >
Encoding:
Java Class File  |  2002-10-28  |  718 b   |  12 lines

  1. package javax.management;
  2.  
  3. class NotificationBroadcasterSupport$1 implements NotificationFilter {
  4.    public boolean isNotificationEnabled(Notification notification) {
  5.       return true;
  6.    }
  7.  
  8.    public String toString() {
  9.       return "null filter";
  10.    }
  11. }
  12.