references:joomla.framework:event:jeventdispatcherTable of Contents
JEventDispatcher [Review]
Class to handle dispatching events. Methods
EventsAn event represents the non-UI side of a command which are registered with the Event Dispatcher by the application or an extension. The name of the event to be registered can be freely choosen at design time, but is typically named on followed by the name of some action being performed or a status set by the Observable object. The Observable furnishes the context where its events occur and configures the Dispatcher with data from properties declared by the action and to inform all Observers. When the Observable triggers the events during its life-cycle, the Observer’s update() method is invoked to do the real work. |


