Interface implemented by all components where actions can be registered. This means that the components lets others to register as action handlers to it. When the component receives an action targeting its contents it should loop all action handlers registered to it and let them hanle the action.
Parameters
actionHandler
the new handler to be added.
Registers a new action handler for this container