/******************************************************************************* *******************************************************************************/ package at.gv.egiz.eaaf.core.api; /** * * @author tlenz * * Interface initialize a Object when the MOA-ID-Auth start-up process is fully completed * */ public interface IPostStartupInitializable { /** * This method is called once when MOA-ID-Auth start-up process is fully completed * */ public void executeAfterStartup(); }