/** * */ package name.webdizz.clt.crx.client.translation; /** * @author webdizz * */ public interface ITranslationHandler { void onTranslate(TranslationResult result); }