FileDocCategorySizeDatePackage
PropertyChangeListener.javaAPI DocAndroid 1.5 API1446Wed May 06 22:41:02 BST 2009java.beans

PropertyChangeListener

public interface PropertyChangeListener implements EventListener
A PropertyChangeListener can subscribe with a event source. Whenever that source raises a PropertyChangeEvent this listener will get notified.
since
Android 1.0

Fields Summary
Constructors Summary
Methods Summary
public voidpropertyChange(java.beans.PropertyChangeEvent event)
The source bean calls this method when an event is raised.

param
event the {@link PropertyChangeEvent} object which contains the name and the old and new value of the property that has changed.