Save This Page
Home » openjdk-7 » java » beans » [javadoc | source]
java.beans
public interface: PropertyChangeListener [javadoc | source]

All Implemented Interfaces:
    EventListener

All Known Implementing Classes:
    PropertyChangeHandler, AATextListener, AccessibleJList, Handler, Handler, PropertyChangeHandler, Handler, SynthSplitPaneUI, DefaultToolBarLayout, BasicRootPaneUI, MetalSplitPaneDivider, AccessibleJScrollPane, DefaultEditor, SynthMenuUI, TextFieldActionPropertyChangeListener, AccessibleProgressMonitor, MetalPropertyChangeListener, MetalPropertyChangeHandler, SynthComboBoxUI, PropertyChangeHandler, SynthTableUI, Handler, SynthDesktopIconUI, SynthProgressBarUI, Invalidator, SynthSpinnerUI, PropertyChangeHandler, SynthSliderUI, PropertyChangeHandler, PropertyChangeHandler, Handler, SynthRadioButtonMenuItemUI, AATextListener, ActionPropertyChangeListener, SynthLabelUI, Handler, UpdateHandler, Handler, MetalRolloverListener, MetalPropertyChangeHandler, ButtonActionPropertyChangeListener, PropertyChangeHandler, AccessibleJTable, Handler, SelectionModelPropertyChangeHandler, SynthColorChooserUI, SynthCheckBoxMenuItemUI, SynthMenuItemUI, Handler, DefaultTableColumnModel, Handler, SynthTableHeaderUI, ListEditor, InternalFramePropertyChangeListener, BasicDirectoryModel, PropertyChangeHandler, Handler, SynthMenuBarUI, BasicSplitPaneDivider, TitleListener, AttributeTracker, FocusPropertyChangeListener, MetalButtonListener, SynthCheckBoxUI, Handler, SynthSplitPaneDivider, Handler, Handler, Handler, AccessibleJComboBoxPropertyChangeListener, Handler, SynthOptionPaneUI, SynthListUI, MetalRootPaneUI, PropertyListener, PropertyChangeHandler, SynthScrollPaneUI, SynthButtonUI, Handler, PropertyChangeListenerProxy, BeanContextServicesSupport, MetalLabelUI, PropertyChangeHandler, SynthRadioButtonUI, SynthArrowButtonUI, PropertyChangeHandler, SynthTabbedPaneUI, BasicLabelUI, SynthInternalFrameTitlePane, SynthPopupMenuUI, BeanContextSupport, Handler, NumberEditor, AncestorNotifier, ScrollBarListener, SynthTreeUI, ComboBoxActionPropertyChangeListener, CellEditorRemover, WeakPCL, SynthScrollBarUI, LineListener, SynthToggleButtonUI, PropertyChangeHandler, SynthDesktopPaneUI, SynthViewportUI, SynthRootPaneUI, SynthToolTipUI, BasicButtonListener, MetalPropertyListener, DateEditor, Handler, FilterComboBoxModel, PropertyHandler, Handler, SynthToolBarUI, AccessibleJPopupMenu, SynthSeparatorUI, PropertyHandler, SynthInternalFrameUI, SynthPanelUI, Handler, PropertyChangeHandler

A "PropertyChange" event gets fired whenever a bean changes a "bound" property. You can register a PropertyChangeListener with a source bean so as to be notified of any bound property updates.
Method from java.beans.PropertyChangeListener Summary:
propertyChange
Method from java.beans.PropertyChangeListener Detail:
 public  void propertyChange(PropertyChangeEvent evt)
    This method gets called when a bound property is changed.