Using a presenter in a container to communicate with model
Hi, I was wondering the safety regarding using a presenter within a container? I need the container, on click, to send information to the model. I cannot do this from the view, because this is a onclick function.
Is it safe for me to define/set the presenter of the screen in the container then use it in the container?
