File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Modules/Core/Common/include Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -145,14 +145,14 @@ class ITKCommon_EXPORT Object : public LightObject
145
145
SetGlobalWarningDisplay (false );
146
146
}
147
147
148
- /* * Allow people to add/remove/invoke observers (callbacks) to any ITK
149
- * object. This is an implementation of the subject/observer design
148
+ /* * \brief Add an observer/command to this object invoked for event
149
+ *
150
+ * This is an implementation of the subject/observer design
150
151
* pattern. An observer is added by specifying an event to respond to
151
152
* and an itk::Command to execute. It returns an unsigned long tag
152
153
* which can be used later to remove the event or retrieve the
153
- * command. The memory for the Command becomes the responsibility of
154
- * this object, so don't pass the same instance of a command to two
155
- * different objects */
154
+ * command.
155
+ */
156
156
unsigned long
157
157
AddObserver (const EventObject & event, Command *);
158
158
unsigned long
You can’t perform that action at this time.
0 commit comments