Observer Design Pattern, Observer part. More...
Public Member Functions | |
virtual void | notify (unsigned int flags) |
Observer Design Pattern, Observer part.
This class is used as a non-template base class for the templatized Observer one. It is used to avoid propagating template to the whole Observable class. It only contains the Observer::notify() virtual method.
|
virtual |
The method which will be called whenever a change occurs on the Observable.
Referenced by Observable::notify().
Generated by doxygen 1.8.5 on Sat Aug 18 2018 | Return to top of page |
Katabatic - Routing Toolbox | Copyright © 2008-2016 UPMC. All rights reserved |