NotifyPropertyChanged
in
Interface for classes that notify event listeners of changes to their managed properties.
This interface is implemented by objects that manually want to notify their object manager or other listeners when properties change, instead of relying on the object manager to compute property changes itself when changes are to be persisted.
Table of Contents
Methods
- 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