18 hippodraw::Observer::~ Observer ()
Part of an implementation of the Observable-Observer pattern based on the example in the GOF Patterns...
virtual void willDelete(const Observable *)
Notifies this Observer object that one of its Observable objects is about to be deleted.
Observer()
The default constructor.
Observer class interface.