/* * To change this template, choose Tools | Templates * and open the template in the editor. */ /** * * @author nbriere */ public interface iSendInfo { void SendInfo(String text, String style); }