Thread
:
Custom Event with multiple EventTypes and data
View Single Post
senocular
2007-10-29 #
2
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
senocular
View Public Profile
Visit senocular's homepage!
Find all posts by senocular