<?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-06-14</date>
 <time>17:07:04</time>
 <version>
  <release>0.3.0</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>- Docblock enhancements
- BC break: emit() takes variable number of arguments instead of
            a parameter array
- Event_SignalEmitter_Dispatcher::singleton() supports named instances</notes>
 <contents>
  <dir baseinstalldir="/" name="/">
   <file baseinstalldir="/" md5sum="d44950aaf0acfe9c615125db5ec953f1" name="Event/SignalEmitter/Dispatcher.php" role="php" />
   <file baseinstalldir="/" md5sum="d53a12970150647241f71a88b9518156" name="Event/SignalEmitter.php" role="php" />
   <file baseinstalldir="/" md5sum="090dd8dddc0228766dd67b408c378736" name="docs/examples/dispatcher.php" role="doc" />
  </dir>
 </contents>
 <dependencies>
  <required>
   <php>
    <min>5.1</min>
   </php>
   <pearinstaller>
    <min>1.4.1</min>
   </pearinstaller>
  </required>
 </dependencies>
 <phprelease />
 <changelog>
  <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>Adding Dispatcher class with singleton</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>
