src/share/classes/java/util/logging/LogManager.java
Index Unified diffs Context diffs Sdiffs Wdiffs Patch New Old Previous File Next File jdk Cdiff src/share/classes/java/util/logging/LogManager.java

src/share/classes/java/util/logging/LogManager.java

Print this page

        

*** 300,309 **** --- 300,313 ---- * Adds an event listener to be invoked when the logging * properties are re-read. Adding multiple instances of * the same event Listener results in multiple entries * in the property event listener table. * + * <p><b>WARNING:</b> This method is omitted from this class in all subset + * Profiles of Java SE that do not include the {@code java.beans} package. + * </p> + * * @param l event listener * @exception SecurityException if a security manager exists and if * the caller does not have LoggingPermission("control"). * @exception NullPointerException if the PropertyChangeListener is null. * @deprecated The dependency on {@code PropertyChangeListener} creates a
*** 333,342 **** --- 337,350 ---- * <CODE>removePropertyChangeListener</CODE> invocations are required to remove * all instances of that listener from the listener table. * <P> * Returns silently if the given listener is not found. * + * <p><b>WARNING:</b> This method is omitted from this class in all subset + * Profiles of Java SE that do not include the {@code java.beans} package. + * </p> + * * @param l event listener (can be null) * @exception SecurityException if a security manager exists and if * the caller does not have LoggingPermission("control"). * @deprecated The dependency on {@code PropertyChangeListener} creates a * significant impediment to future modularization of the Java
src/share/classes/java/util/logging/LogManager.java
Index Unified diffs Context diffs Sdiffs Wdiffs Patch New Old Previous File Next File