Innovation Award
 January 2007
Number 10 |
Signals and slots is a design pattern usually applied in desktop application development. It simplifies the development of event driven applications.
This package provides a PHP implementation, thus making it possible to use this design pattern also in PHP Web applications.
Manuel Lemos |
This package can be used to trigger and process events using the signal and slot design pattern.
There several classes to manage and process events.
Applications can register objects that trigger event occurrences by emitting signals of a given type.
The objects interested in handling events of may register slots.
When an event is triggered, the manager class processes the signal by calling all objects that registered a slot associated to the event type.
| Not yet rated by the users |
No application links were specified for this class.

If you know an application of this package, send a message to the
author to add a link here.