/******************************************************************************* *******************************************************************************/ package at.gv.egiz.eaaf.core.api; /** * @author tlenz * */ public interface IGarbageCollectorProcessing { /** * This method gets executed by the MOA garbage collector at regular intervals. * */ public void runGarbageCollector(); }