36 WCMFException::throwEx(
"getId() must be implemented by derived class: ".get_class($this), __FILE__, __LINE__);
46 function valueChanged(&$object, $name, $type, $oldValue, $newValue)
48 WCMFException::throwEx(
"valueChanged() must be implemented by derived class: ".get_class($this), __FILE__, __LINE__);
59 WCMFException::throwEx(
"propertyChanged() must be implemented by derived class: ".get_class($this), __FILE__, __LINE__);
69 WCMFException::throwEx(
"stateChanged() must be implemented by derived class: ".get_class($this), __FILE__, __LINE__);
ChangeListener defines an interface for classes that want to be notified when a value of an persisten...
valueChanged(&$object, $name, $type, $oldValue, $newValue)
throwEx($message, $file='', $line='')
propertyChanged(&$object, $name, $oldValue, $newValue)
stateChanged(&$object, $oldValue, $newValue)