PHP Classes

Classes of Xander Guzman

Recommend this page to a friend!
  All class groups  >  All authors  >  Classes of Xander Guzman (1)  >  Mission progress status  >  Reputation  
Picture of Xander Guzman
Name: Xander Guzman <contact>
Classes: 1
Country: United States United States
Age: 42
All time rank: 3043418 in United States United States
Week rank: 195 Up19 in United States United States Up
All time users: 605
Week users: 0
Innovation award
Innovation award
Nominee: 1x
 
  A   B   C   D   E   F   G   H   I   J   K   L   M   N   O   P   Q   R   S   T   U   V   W   X   Y   Z  
  Files folder image SigSlots  
PHP Programming Innovation award nominee
January 2007
Number 10
Trigger and process events with signal and slots
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.


  A   B   C   D   E   F   G   H   I   J   K   L   M   N   O   P   Q   R   S   T   U   V   W   X   Y   Z