/** * */ package com.xored.glance.ui.sources; /** * @author Yuri Strot * */ public interface ITextBlockListener { public void textChanged(TextChangedEvent event); }