package gutenberg.itext; /** * @author <a href="http://twitter.com/aloyer">@aloyer</a> */ public interface SimpleEmitter { void emit(ITextContext context); }