package org.isatools.isacreator.ontologybrowsingutils; /** * Created by the ISA team * * @author Eamonn Maguire (eamonnmag@gmail.com) * <p/> * Date: 16/05/2011 * Time: 15:44 */ public interface TreeObserver { public void notifyOfSelection(); }