<?xml version="1.0" encoding="UTF-8"?>
<package packagerversion="1.8.1" version="2.0" xmlns="http://pear.php.net/dtd/package-2.0" xmlns:tasks="http://pear.php.net/dtd/tasks-1.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://pear.php.net/dtd/tasks-1.0 http://pear.php.net/dtd/tasks-1.0.xsd http://pear.php.net/dtd/package-2.0 http://pear.php.net/dtd/package-2.0.xsd">
 <name>Event_Dispatcher</name>
 <channel>pear.php.net</channel>
 <summary>Dispatch notifications using PHP callbacks</summary>
 <description>The Event_Dispatcher acts as a notification dispatch table.
It is used to notify other objects of interesting things. This 
information is encapsulated in Event_Notification objects. Client 
objects register themselves with the Event_Dispatcher as observers of
specific notifications posted by other objects. When an event occurs, 
an object posts an appropriate notification to the Event_Dispatcher.
The Event_Dispatcher dispatches a message to each registered 
observer, passing the notification as the sole argument.</description>
 <lead>
  <name>Bertrand Mansion</name>
  <user>mansion</user>
  <email>bmansion@mamasam.com</email>
  <active>no</active>
 </lead>
 <developer>
  <name>Stephan Schmidt</name>
  <user>schst</user>
  <email>schst@php.net</email>
  <active>no</active>
 </developer>
 <date>2009-07-24</date>
 <time>14:55:15</time>
 <version>
  <release>1.1.0</release>
  <api>1.0.0</api>
 </version>
 <stability>
  <release>stable</release>
  <api>stable</api>
 </stability>
 <license>BSD License</license>
 <notes>
Swapped to package 2.0
Swapped to PHPUnit 3
QA release
 </notes>
 <contents>
  <dir baseinstalldir="/" name="/">
   <file baseinstalldir="/" md5sum="e4b12e10d030df6f5576f522e02ef80f" name="Event/Dispatcher.php" role="php" />
   <file baseinstalldir="/" md5sum="06c391e64a52c5f7e36ceaa0f0626b8c" name="Event/Notification.php" role="php" />
   <file baseinstalldir="/" md5sum="61771165a729b498ee044252910b7931" name="examples/bubbling.php" role="doc" />
   <file baseinstalldir="/" md5sum="e16819bdbdecf1c9a0d1f5719abcb41f" name="examples/cancel.php" role="doc" />
   <file baseinstalldir="/" md5sum="8c944a6fc80a379beef1afd201ef5d5d" name="examples/debugging.php" role="doc" />
   <file baseinstalldir="/" md5sum="52a0fe5ab5a49e33f07c3650b2c18b1a" name="examples/notification-class.php" role="doc" />
   <file baseinstalldir="/" md5sum="29b60fc5f773f4ce76073afc3650085b" name="examples/object.php" role="doc" />
   <file baseinstalldir="/" md5sum="6bffaf5f67fe0aa9f7b34cc3c62e29bd" name="tests/AllTests.php" role="test" />
   <file baseinstalldir="/" md5sum="91796193f5addc6b0f8e97c3717b5beb" name="tests/DispatcherTest.php" role="test" />
  </dir>
 </contents>
 <dependencies>
  <required>
   <php>
    <min>4.0.0</min>
   </php>
   <pearinstaller>
    <min>1.4.0b1</min>
   </pearinstaller>
  </required>
 </dependencies>
 <phprelease />
 <changelog>
  <release>
   <version>
    <release>0.9.1</release>
    <api>0.9.1</api>
   </version>
   <stability>
    <release>beta</release>
    <api>beta</api>
   </stability>
   <date>2005-02-05</date>
   <license uri="http://www.example.com">BSD License</license>
   <notes>
First release
   </notes>
  </release>
  <release>
   <version>
    <release>1.1.0</release>
    <api>1.0.0</api>
   </version>
   <stability>
    <release>stable</release>
    <api>stable</api>
   </stability>
   <date>2009-07-24</date>
   <license>BSD License</license>
   <notes>
Swapped to package 2.0
Swapped to PHPUnit 3
QA release
   </notes>
  </release>
 </changelog>
</package>
