/* * To change this template, choose Tools | Templates * and open the template in the editor. */ package automenta.spacenet.space.control; /** receives text (ex: keyboard or voice input), and possibly returns text */ public interface Textable { }