 |
|
Innovation award
 Nominee: 1x |
This package implements the observerable design pattern.
It defines an observer interface. This interface defines a function for observer classes that is called when the observed objects are updated.
There is also an observerable class that keeps track of all observer objects. It can add and remove observer objects, as well notify the observers when the observerable object is updated.
|
|
| Name: |
Observerable |
| Base name: |
observerable |
| Description: |
Implements the observerable design pattern |
| Version: |
- |
| PHP version: |
5.0 |
| License: |
GNU General Public License (GPL) |
| All time users: |
899 users |
| All time rank: |
3457 |
| Week users: |
1 user |
| Week rank: |
2089  |
| |
|
 December 2006
Number 6 |
The observable design pattern is interesting to keep track of changes or events that happen in the context of an object, without having to alter the code of its class.
This class provides an implementation of the observable design pattern that can be used by other classes.
Manuel Lemos |
| There are not enough user ratings to display for this class. |
| |
Applications that use this class |
|
|
No application links were specified for this class.

If you know an application of this package, send a message to the
author to add a link here.
| |
Files |
|
|