<?xml version="1.0" encoding="UTF-8"?>
<package packagerversion="1.7.2" 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_SignalEmitter</name>
 <channel>pear.php.net</channel>
 <summary>Generic signal emitting class with the same API as GObject.</summary>
 <description>Generic signal emitting class with the same API as GObject.
  Since GObject doesn&apos;t allow classes to define or emit own signals,
  this class provides a PHP implementation with the same API.</description>
 <lead>
  <name>Christian Weiske</name>
  <user>cweiske</user>
  <email>cweiske@php.net</email>
  <active>yes</active>
 </lead>
 <date>2008-08-21</date>
 <time>19:56:24</time>
 <version>
  <release>0.3.1</release>
  <api>0.3.0</api>
 </version>
 <stability>
  <release>beta</release>
  <api>beta</api>
 </stability>
 <license uri="http://www.gnu.org/licenses/lgpl.html">LGPL</license>
 <notes>- fix example</notes>
 <contents>
  <dir baseinstalldir="/" name="/">
   <file baseinstalldir="/" md5sum="e992d1c2b5709e567f2fb73dea7ca4ff" name="Event/SignalEmitter/Dispatcher.php" role="php" />
   <file baseinstalldir="/" md5sum="bd08f23cdc03721d00931e032629cda2" name="Event/SignalEmitter.php" role="php" />
   <file baseinstalldir="/" md5sum="1efa5411c33133dc21e66670c26544db" name="docs/examples/dispatcher.php" role="doc" />
  </dir>
 </contents>
 <dependencies>
  <required>
   <php>
    <min>5.1</min>
   </php>
   <pearinstaller>
    <min>1.7.2</min>
   </pearinstaller>
  </required>
 </dependencies>
 <phprelease />
 <changelog>
  <release>
   <version>
    <release>0.3.1</release>
    <api>0.3.0</api>
   </version>
   <stability>
    <release>beta</release>
    <api>beta</api>
   </stability>
   <date>2008-08-21</date>
   <license uri="http://www.gnu.org/licenses/lgpl.html">LGPL</license>
   <notes>- fix example</notes>
  </release>
  <release>
   <version>
    <release>0.3.0</release>
    <api>0.3.0</api>
   </version>
   <stability>
    <release>beta</release>
    <api>beta</api>
   </stability>
   <date>2008-06-14</date>
   <license uri="http://www.gnu.org/licenses/lgpl.html">LGPL</license>
   <notes>- Docblock enhancements
- BC break: emit() takes variable number of arguments instead of
            a parameter array
- Event_SignalEmitter_Dispatcher::singleton() supports named instances</notes>
  </release>
  <release>
   <version>
    <release>0.2.0</release>
    <api>0.2.0</api>
   </version>
   <stability>
    <release>beta</release>
    <api>beta</api>
   </stability>
   <date>2007-01-30</date>
   <license uri="http://www.gnu.org/licenses/lgpl.html">LGPL</license>
   <notes>Adding Dispatcher class with singleton</notes>
  </release>
  <release>
   <version>
    <release>0.1.0</release>
    <api>0.1.0</api>
   </version>
   <stability>
    <release>beta</release>
    <api>beta</api>
   </stability>
   <date>2006-11-21</date>
   <license uri="http://www.gnu.org/licenses/lgpl.html">LGPL</license>
   <notes>First public release</notes>
  </release>
 </changelog>
</package>
