package com.ijoomer.custom.interfaces; /** * This Interface Contains All Method Related To ReportListner. * * @author tasol * */ public interface ReportListner { public void onClick(String repotType, String message); }