Use is subject to License Terms. Your use of this web site or any of its content or software indicates your agreement to be bound by these License Terms.

Copyright © 2006 Sun Microsystems, Inc. All rights reserved.

JSR 217 (Maintenance Release)

Uses of Class
java.beans.PropertyChangeEvent

Packages that use PropertyChangeEvent
java.beans Contains classes for run-time Java Beans support. 
 

Uses of PropertyChangeEvent in java.beans
 

Methods in java.beans that return PropertyChangeEvent
 PropertyChangeEvent PropertyVetoException.getPropertyChangeEvent()
          Gets the vetoed PropertyChangeEvent.
 

Methods in java.beans with parameters of type PropertyChangeEvent
 void VetoableChangeListener.vetoableChange(PropertyChangeEvent evt)
          This method gets called when a constrained property is changed.
 void PropertyChangeListener.propertyChange(PropertyChangeEvent evt)
          This method gets called when a bound property is changed.
 

Constructors in java.beans with parameters of type PropertyChangeEvent
PropertyVetoException(String mess, PropertyChangeEvent evt)
          Constructs a PropertyVetoException with a detailed message.
 


JSR 217 (Maintenance Release)

Copyright © 2006 Sun Microsystems, Inc. All rights reserved. Use is subject to License Terms. Your use of this web site or any of its content or software indicates your agreement to be bound by these License Terms.

For more information, please consult the JSR 217 specification.