My activity implements ann interface, and onClick method, I want to pass instance of the interface to the constructor of the class "logivVerifyerImpl" but I cant because "this" keyword will then reference to onclickListener and not to the interface ILoginView.My activity implements ann interface, and onCli