We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 346bf6c commit c9ce139Copy full SHA for c9ce139
code/basicConcepts/listenerExample.m
@@ -56,7 +56,7 @@
56
57
function populateProperty(obj)
58
obj.exampleProperty = randn(1,60);
59
- notify(obj,'examplePropertyPopulated')
+ notify(obj,'examplePropertyPopulated') %This causes the notifier to "fire"
60
end %close populateProperty
61
62
0 commit comments