Hi Saddam,
The following pattern is a shortcut to pass a controller action from a parent component to a child component that it contains, and is used for on*handlers, such as onclick. If a child component has an Aura.Action attribute, a parent component can pass in an action handler when it instantiates the child component in its markup.
Thanks