Doctrine


Doctrine\Common\NotifyPropertyChanged
/Doctrine/Common/NotifyPropertyChanged.php at line 36

Interface NotifyPropertyChanged

NotifyPropertyChanged

public interface NotifyPropertyChanged

Contract for classes that provide the service of notifying listeners of changes to their properties.

License:
http://www.opensource.org/licenses/lgpl-license.php LGPL
See Also:
www.doctrine-project.org
Since:
2.0
Version:
$Revision: 3938 $
Author:
Guilherme Blanco
Jonathan Wage
Roman Borschel

Method Summary
void

addPropertyChangedListener(PropertyChangedListener listener)

Adds a listener that wants to be notified about property changes.

Method Detail

/Doctrine/Common/NotifyPropertyChanged.php at line 43

addPropertyChangedListener

public void addPropertyChangedListener(PropertyChangedListener listener)

Adds a listener that wants to be notified about property changes.


Doctrine