| API | Package | Subpackage | Class | Reference | Last reviewed | Doc status |
|---|---|---|---|---|---|---|
Home |
Joomla.Framework |
Base |
JObserver |
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.
| Method | Description |
|---|---|
__construct | Class constructor |
update | Method to update the state of observable objects. |