Home
last modified time | relevance | path

Searched refs:PropertyChangeSupport (Results 1 – 5 of 5) sorted by relevance

/libcore/luni/src/test/java/libcore/java/util/beans/
DPropertyChangeSupportTest.java23 import java.beans.PropertyChangeSupport;
37 PropertyChangeSupport support = new PropertyChangeSupport(bean); in testOldAndNewAreBothNull()
48 PropertyChangeSupport support = new PropertyChangeSupport(bean); in testOldAndNewAreTheSame()
63 PropertyChangeSupport support = new PropertyChangeSupport(bean); in testEventsFilteredByProxies()
109 PropertyChangeSupport support = new PropertyChangeSupport(bean); in testRemoveWithProxies()
159 PropertyChangeSupport support = new PropertyChangeSupport(bean); in testAddingOneListenerTwice()
177 PropertyChangeSupport support = new PropertyChangeSupport(bean); in testAddingAListenerActuallyAddsAProxy()
193 PropertyChangeSupport support = new PropertyChangeSupport(bean); in testAddingAProxy()
229 PropertyChangeSupport support = new PropertyChangeSupport(bean); in testSerialize()
238 new SerializationTester<PropertyChangeSupport>(support, s) { in testSerialize()
[all …]
/libcore/ojluni/src/main/java/java/beans/
DPropertyChangeSupport.java81 public class PropertyChangeSupport implements Serializable { class
89 public PropertyChangeSupport(Object sourceBean) { in PropertyChangeSupport() method in PropertyChangeSupport
425 Hashtable<String, PropertyChangeSupport> children = null; in writeObject()
436 PropertyChangeSupport pcs = new PropertyChangeSupport(this.source); in writeObject()
464 …Hashtable<String, PropertyChangeSupport> children = (Hashtable<String, PropertyChangeSupport>) fie… in readObject()
473 for (Entry<String, PropertyChangeSupport> entry : children.entrySet()) { in readObject()
/libcore/
Dopenjdk_java_files.bp13 "ojluni/src/main/java/java/beans/PropertyChangeSupport.java",
DEXPECTED_UPSTREAM31 …/src/main/java/java/beans/PropertyChangeSupport.java,jdk8u/jdk8u121-b13,jdk/src/share/classes/java…
/libcore/api/
Dcurrent.txt1313 public class PropertyChangeSupport implements java.io.Serializable {
1314 ctor public PropertyChangeSupport(Object);