In an application a view having a controller and a fragment.
When an press event is fired in the fragment which is define in the view Controller, the flow is generating from the fragment it self. I want to take the control from the View controller itself.
Means this of the press event handler should be pointing from the View Controller itself.
Please give suggestions and if possible give with an example.