I know I can create a custom event and associate data with it and retrieve it in respective Event Listener. But What I am interested to know is, is there a short method (without having to extend Alert Event Class) to associate parameters to its alert Listener.
Share
I answered a (very) similar question here. I hope this helps!
For anyone else looking into this, I added a quick code example here.