| Paketname | php-event-dispatcher |
| Beschreibung | Dispatch notifications using PHP callbacks |
| Archiv/Repository | Offizielles Ubuntu Archiv lucid (universe) |
| Version | 1.0.0-2 |
| Sektion | universe/web |
| Priorität | optional |
| Installierte Größe | 116 Byte |
| Hängt ab von | php-pear |
| Empfohlene Pakete | |
| Paketbetreuer | Ubuntu MOTU Developers |
| Quelle | |
| Paketgröße | 11930 Byte |
| Prüfsumme MD5 | f239d1796ee8cf7a5f13b6b5fd055be1 |
| Prüfsumme SHA1 | 59cc7ba247a7670bdad4ffb8549467075c01effd |
| Prüfsumme SHA256 | 6ddda0409f9a3efefd77e4d7960fbd360c6213f9f4b02e7fc33b9c8129472e63 |
| Link zum Herunterladen | php-event-dispatcher_1.0.0-2_all.deb |
| Ausführliche Beschreibung | 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.
.
Homepage: http://pear.php.net/package/Event_Dispatcher
|