]> Creatis software - bbtkGEditor.git/blobdiff - lib/EditorGraphicBBS/bbsKernelEditorGraphic/Observable.h
Documentation of the wxLibrary
[bbtkGEditor.git] / lib / EditorGraphicBBS / bbsKernelEditorGraphic / Observable.h
index 7adc257324cdefa61408c1c0d48f814a7ab40d4b..0377134cbcbd753b8519a9f2b10693a2088ee59d 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 __Observable_h__
 #define __Observable_h__
 
@@ -69,6 +75,8 @@ namespace bbtk
                //Public methods
                void addObserver(Observer *observer);
 
+               // It is possible to notify the observers with an specific command (See GlobalConstants.h), for example, 
+               // to initialize the contour creation INIT_CREATION_CONTOUR
                void notifyObservers(int idCaller,int command=NO_COMMAND);
 
        private: