JObserver [Review]

API Package Subpackage Class Reference Last reviewed Doc status
API Home Package Joomla.Framework Subpackage Base Class JObserver Reference JObserver Never Work in Progress

This is an abstract observer class to implement the observer design pattern. This allows objects to observe other objects and trigger events based on the actions of other objects. An example of a subclass of JObserver is the JPlugin class.

Methods

Method Description
__construct Class constructor
update Method to update the state of observable objects.