package com.framsticks.net.client3D; /** * * @author vorg * */ public interface ILogListener { public void onMesssage(String category, String text); }