Observer

Declared In:

Introduction

Base class for observers.

Discussion

Observers are objects that may get notified by visitors. Concrete observers are supposed to inherit from this script.



Member Functions

setNotifier

Sets the object observed by this observer.


setNotifier


Sets the object observed by this observer.

on setNotifier(
    aNotifier)