JSR-62 (Final)

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-62 (Final)

Java and Java 2D are trademarks or registered trademarks of Sun Microsystems, Inc. in the U.S. and other countries.
Copyright 1993 - 2002 Sun Microsystems, Inc., 901 San Antonio Road, Palo Alto, California 94303, U.S.A. All Rights Reserved.
Use of this specification is subject to this license.