Event handler for completion of 'resolve'

If there a way to execute code after the completion of a resolve() call? It seems to be asynchronous. I am trying to add ‘click’ event handlers to objects that are being created in a tab by an async() + resolve() call. The problem is that the tab:show event occurs before the page has been fully rendered so the objects don’t exist then. Is there another event I can use that is triggered after the resolve function has completed, or some other way to achieve the same thing?