/* * To change this template, choose Tools | Templates * and open the template in the editor. */ package automenta.netention.ui; /** * * @author seh */ public interface ObjectViewer<O> { public void viewObject(O o); }