jdk/src/java.desktop/share/classes/javax/swing/event/SwingPropertyChangeSupport.java
changeset 26037 508779ce6619
parent 26004 7507a1b93f67
parent 25859 3317bb8137f4
equal deleted inserted replaced
25992:e9b05e933ddd 26037:508779ce6619
   105      *
   105      *
   106      * @return {@code notifyOnEDT} property
   106      * @return {@code notifyOnEDT} property
   107      * @see #SwingPropertyChangeSupport(Object sourceBean, boolean notifyOnEDT)
   107      * @see #SwingPropertyChangeSupport(Object sourceBean, boolean notifyOnEDT)
   108      * @since 1.6
   108      * @since 1.6
   109      */
   109      */
   110     public final boolean isNotifyOnEDT() {
   110     public boolean isNotifyOnEDT() {
   111         return notifyOnEDT;
   111         return notifyOnEDT;
   112     }
   112     }
   113 
   113 
   114     // Serialization version ID
   114     // Serialization version ID
   115     static final long serialVersionUID = 7162625831330845068L;
   115     static final long serialVersionUID = 7162625831330845068L;