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