View Single Post
senocular senocular is offline 2007-10-29 #2 Old  
whatever class you're defining handleLogin_Result in needs to be an event dispatcher, either through extending EventDispatcher (or a subclass, like Sprite) or by implementing IEventDispatcher and using the EventDispatcher class to dispatch events for your instance in the implemented methods
Reply With Quote