Searched defs:notifyOnEDT (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/src/share/classes/javax/swing/event/
H A DSwingPropertyChangeSupport.java60 * @param notifyOnEDT whether to notify listeners on the <i>Event
67 public SwingPropertyChangeSupport(Object sourceBean, boolean notifyOnEDT) { argument
69 this.notifyOnEDT = notifyOnEDT;
104 * Returns {@code notifyOnEDT} property.
106 * @return {@code notifyOnEDT} property
107 * @see #SwingPropertyChangeSupport(Object sourceBean, boolean notifyOnEDT)
111 return notifyOnEDT;
123 private final boolean notifyOnEDT; field in class:SwingPropertyChangeSupport

Completed in 55 milliseconds