1 /* 2 * joey and its relative products are published under the terms 3 * of the Apache Software License. 4 * 5 * Created on 2004/06/09 3:14:14 6 */ 7 package org.asyrinx.joey.gui; 8 9 /*** 10 * @author akima 11 */ 12 public interface EntityViewManagerUser { 13 public EntityViewManager getEntityViewManager(); 14 public void setEntityViewManager(EntityViewManager viewManager); 15 }