package org.argeo.slc.process; public interface SlcExecutionAware { public void notifySlcExecution(SlcExecution slcExecution); }