Catching Server Events
Posted: 20 Dec 2010, 23:33
Hi All,
I'm trying to catch the USER_LOGIN event inside handleServerEvent within a class that extends SFSExtension.
Testing from a flash client, I can see the command come in, but breakpointing the handleServerEvent code I've written through a debugger doesn't show that I'm even seeing the event.
Can I catch events directly within SFSExtension without adding a specific event handler, or do I need to add a specific class to catch those events?
Thanks
I'm trying to catch the USER_LOGIN event inside handleServerEvent within a class that extends SFSExtension.
Testing from a flash client, I can see the command come in, but breakpointing the handleServerEvent code I've written through a debugger doesn't show that I'm even seeing the event.
Can I catch events directly within SFSExtension without adding a specific event handler, or do I need to add a specific class to catch those events?
Thanks