Is there anyway to dispatchEvent with a fuction delcared inside the class?

Hi guys, I’ve got a class where I’m using:

o.type = “focus”;
o.target = “this”;
dispatchEvent(o);

and then focus is a function of an object in the FLA.

I want focus to be in the AS External Class file but it won’t trigger.

any ideaS?

thanks.