package com.ijoomer.custom.interfaces; /** * This Interface Contains All Method Related To CustomClickListner. * * @author tasol * */ public interface HttpAccessListener { public void onLogin(String userName,String password); }