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

/libcore/ojluni/src/main/java/java/beans/
H A DPropertyChangeSupport.java43 * Here is an example of {@code PropertyChangeSupport} usage that follows
47 * private final PropertyChangeSupport pcs = new PropertyChangeSupport(this);
73 * A {@code PropertyChangeSupport} instance is thread-safe.
81 public class PropertyChangeSupport implements Serializable { class in inherits:Serializable
85 * Constructs a <code>PropertyChangeSupport</code> object.
89 public PropertyChangeSupport(Object sourceBean) { method in class:PropertyChangeSupport
149 * PropertyChangeSupport object with addPropertyChangeListener().
425 Hashtable<String, PropertyChangeSupport> children = null;
436 PropertyChangeSupport pc
[all...]

Completed in 83 milliseconds