If you used [Bindable] on the class then it gets re-based on EventDispatcher. [Bindable] requires dispatching of events.
HTH, -Alex On 10/6/18, 6:18 AM, "Carlos Rovira" <[email protected]> wrote: Hi, I have a simple class public class UserController implements IController { ... } at runtime doing a trace in the browser reports and object that has Prototype of UserController (that's ok for me) - Prototype of EventDispatcher (this is what I don't understand why, since the class does no extends EventDispatcher) this has some explanation or maybe this is a bug? thanks -- Carlos Rovira https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fabout.me%2Fcarlosrovira&data=02%7C01%7Caharui%40adobe.com%7C330ba139057a455611c008d62b8e3213%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636744287066121635&sdata=PNUuG0Jr2sgnznfsQq2ULdKaVWLwUm8KZWQDJisiKGw%3D&reserved=0
