Class: Observer

Superclasses:

Syntax:






 set o [new Observer]

Description:

This is a base class that provides methods useful for objects that can "observe" other "observable" objects. (Typically, Observer objects are user interface elements). Usually, you do not create objects that are directly of the Observer class. Instead, other classes derive from this class.

Methods

update:

Related Objects:

Observable, ArchiveStream, ArchiveSession/Play ArchiveSession/Record

Putting it all together