package com.juick; /** * Created by vt on 03/02/16. */ public interface JuickComponent { void messageReceived(com.juick.xmpp.Message msg); }