EventDriven

Package:
EventDriven
Summary:
Register and call event handlers
Groups:
Language, PHP 5
Author:
Robert Jäckel
Description:
This class can be used to register event handler functions and call handler functions.

It is a base class that can register callback functions that will be invoked when an event occurs.

Sub-classes can extend the class to trigger object specific events that make the base class call the registered callback functions.


Powered by Gewgley