/* * To change this template, choose Tools | Templates * and open the template in the editor. */ package automenta.netention; import java.util.List; /** * * @author seh */ public interface Channel { public List<NMessage> getMessages(); }