NotifyPropertyChanged
public interface NotifyPropertyChanged
www.doctrine-project.org
Method Summary | |
---|---|
void | addPropertyChangedListener(PropertyChangedListener listener) Adds a listener that wants to be notified about property changes. |
public void addPropertyChangedListener(PropertyChangedListener listener)
Adds a listener that wants to be notified about property changes.
Contract for classes that provide the service of notifying listeners of changes to their properties.