Observer
IntroductionBase class for observers. DiscussionObservers are objects that may get notified by visitors. Concrete observers are supposed to inherit from this script. Member Functions
setNotifierSets the object observed by this observer. on setNotifier( aNotifier) |