I was wondering whether anyone knew of a way to attach an event/callback to a dojo publish when the event that is published completes.
I am publishing something as a delegated task, and when the delegated task completes I want to make some UI changes.
Let me know if you know how or if you know that it's not possible.
EDIT: I guess I could also do what I wanted if I was able to return a value to the publisher after the event published finishes.
Deferredwould make the most sense. If multiple disjoint entities need to perform some work when the subscriber is done consuming the message, then publishing to another topic might make the most sense. – BuffaloBuffalo Nov 14 '11 at 13:10