package hep.aida.ref.function; /** * * @author The FreeHEP Team @ SLAC. * */ public interface FunctionCoreListener { public void coreChanged(); }