Check out the ASDoc for flash.net.NetConnection, it shoulddescribe how
to listen for events and use responders.In summar,
flash.net.NetConnection uses two forms of handlersto deal with events.
The first kind is the normal AMF "Result" and"Status" events for a
particular invocation - these must be handledby a flash.net.Responder
(or subclass) instance. The second kind ishigh level events that may
represent catastrophic failures with aconnection/request in general -
these you handle for any reques...