]> Creatis software - bbtkGEditor.git/blobdiff - lib/EditorGraphicBBS/bbsKernelEditorGraphic/Observer.h
Documentation of the wxLibrary
[bbtkGEditor.git] / lib / EditorGraphicBBS / bbsKernelEditorGraphic / Observer.h
index f5c10e9bf853c2941a77c7a30b003d152b1e426b..3cb8b057e1e16c1498b07b12f5a0c89b2762de8a 100644 (file)
@@ -40,6 +40,12 @@ Version:   $Revision$
 * \brief 
 */
 
+/****
+* Design and Developpement of BBTK GEditor
+* Ricardo A Corredor J <ra.corredor67@uniandes.edu.co>
+* RaC - 2010
+****/
+
 #ifndef __Observer_h__
 #define __Observer_h__
 
@@ -59,6 +65,9 @@ namespace bbtk
                ~Observer();
                
                //Public methods
+
+               // It is possible to notify the observers with an specific command (See GlobalConstants.h), for example, 
+               // to initialize the contour creation INIT_CREATION_CONTOUR
                virtual void update(int idController,int command);