Hi there
how can i remove a proxy listener from the EventBus created by marked a method of a prototype object with [EventHandler (name=...)] metadata?
I try
but it seems not work and the method still get calledPHP Code:var mi:MethodInvoker = new MethodInvoker();
mi.target = this;
mi.method = "onResult";
EventBus.removeEventListenerProxy( myType, mi );
Thanks in advance


Reply With Quote
