Searched refs:PropertyObject (Results 1 - 2 of 2) sorted by relevance

/openjdk7/jdk/test/java/beans/VetoableChangeSupport/
H A DTestMethods.java38 PropertyObject, enum constant in enum:Fire
71 this.state = Fire.PropertyObject;
95 if ((this.state != null) && (this.state != Fire.PropertyObject))
/openjdk7/jdk/test/java/beans/PropertyChangeSupport/
H A DTestMethods.java37 PropertyObject, enum constant in enum:Fire
76 this.state = Fire.PropertyObject;
100 if ((this.state != null) && (this.state != Fire.PropertyObject) && (this.state != Fire.IndexedPropertyObject))

Completed in 2289 milliseconds