Hi, is there any way to get notified when a callout box is dismissed? thx
bump
You could add a ComponentListener to it to see when it’s deleted or hidden
ah, thx Jules. Wasn’t aware of that - I noticed that other async launch mechanisms passed in a callback so was looking for something similar to that. thx