NotifyPropertyChanged
in
Contract for classes that provide the service of notifying listeners of changes to their properties.
Tags
Table of Contents
- addPropertyChangedListener() : void
- Adds a listener that wants to be notified about property changes.
Methods
addPropertyChangedListener()
Adds a listener that wants to be notified about property changes.
public
addPropertyChangedListener(PropertyChangedListener $listener) : void
Parameters
- $listener : PropertyChangedListener