Constructor. Generates an id for the Observable.
Retrieves The string id for the Observable
The string id for the Observable
Removes an individual observer
The object to remove
True if the Observer is removed, false otherwise.
Generated using TypeDoc
The Observable class is a simple implementation of the Observable pattern. The Observable object allows the user to add or remove Observers.