I create a component and it has a method "reset" I want to use. I need to call this method from my default application using a button. So how should I do that?

I tried to create [Event(name="reset", type="flash.events.Event")] in default application, it seems it is used to call a method inside application when you are in a component; I need it the other way around. Thanks!