Sending events directly from controller to component

I’m handeling a event in my controller that needs to reset some parts on my template. My template consist out of a lot of components and some of them need to be reset as well. I was wondering if there is a way to send a event from my controller to my components, or is there an other way to directly call a ‘reset’ method in my components from the controller?