Skip to content

Commit c9ce139

Browse files
authored
clarify notifier
1 parent 346bf6c commit c9ce139

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

code/basicConcepts/listenerExample.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656

5757
function populateProperty(obj)
5858
obj.exampleProperty = randn(1,60);
59-
notify(obj,'examplePropertyPopulated')
59+
notify(obj,'examplePropertyPopulated') %This causes the notifier to "fire"
6060
end %close populateProperty
6161

6262

0 commit comments

Comments
 (0)