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

/openjdk7/jdk/test/java/beans/PropertyChangeSupport/
H A DTestMethods.java35 enum Fire { enum
59 private Fire state;
67 if (this.state != Fire.PropertyChangeEvent)
73 if ((this.state != null) && (this.state != Fire.PropertyBoolean) && (this.state != Fire.PropertyInteger))
76 this.state = Fire.PropertyObject;
85 this.state = Fire.PropertyInteger;
94 this.state = Fire.PropertyBoolean;
100 if ((this.state != null) && (this.state != Fire.PropertyObject) && (this.state != Fire
[all...]
/openjdk7/jdk/test/java/beans/VetoableChangeSupport/
H A DTestMethods.java36 enum Fire { enum
54 private Fire state;
62 if (this.state != Fire.PropertyChangeEvent)
68 if ((this.state != null) && (this.state != Fire.PropertyBoolean) && (this.state != Fire.PropertyInteger))
71 this.state = Fire.PropertyObject;
80 this.state = Fire.PropertyInteger;
89 this.state = Fire.PropertyBoolean;
95 if ((this.state != null) && (this.state != Fire.PropertyObject))
98 this.state = Fire
[all...]

Completed in 29 milliseconds