Info
此问题已关闭。 请重新打开它进行编辑或回答。
Listen to a property of an user-defined handle class
1 次查看(过去 30 天)
显示 更早的评论
Hi,
In an user-defined handle class, I have attached a listener to a property, which I've defined in a property block using 'Setobservable'.
To create the listener I used the function addlistener. And I've defined the listener itself to be a property of my handle class.
Now I would like to create many objects of my class (from another handle class).
Is it possible to 'hear' that property from my other handle class so that I don't have as many listeners as I do have objects? If yes, how can this be acheived?
Thank you for your help and support!
0 个评论
回答(0 个)
此问题已关闭。
另请参阅
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!