X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=lib%2FEditorGraphicBBS%2FbbsKernelEditorGraphic%2FObserver.h;h=3cb8b057e1e16c1498b07b12f5a0c89b2762de8a;hb=b359a2acffe192eb5f8e23b0bfaab553e228c747;hp=9b9fa8c26e93f0c41fc87d198d9180db14630c70;hpb=878ac6ad472bc459f4e364c16890e5026c401944;p=bbtkGEditor.git diff --git a/lib/EditorGraphicBBS/bbsKernelEditorGraphic/Observer.h b/lib/EditorGraphicBBS/bbsKernelEditorGraphic/Observer.h index 9b9fa8c..3cb8b05 100644 --- a/lib/EditorGraphicBBS/bbsKernelEditorGraphic/Observer.h +++ b/lib/EditorGraphicBBS/bbsKernelEditorGraphic/Observer.h @@ -40,6 +40,12 @@ Version: $Revision$ * \brief */ +/**** +* Design and Developpement of BBTK GEditor +* Ricardo A Corredor J +* RaC - 2010 +****/ + #ifndef __Observer_h__ #define __Observer_h__ @@ -59,7 +65,10 @@ namespace bbtk ~Observer(); //Public methods - virtual void update(int idObservable,int command); + + // 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); private: