Package org.kie.pmml.api.runtime
Interface PMMLListener
-
- All Superinterfaces:
org.kie.efesto.common.api.listener.EfestoListener
public interface PMMLListener extends org.kie.efesto.common.api.listener.EfestoListener
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidstepExecuted(PMMLStep step)Method invoked when aPMMLStepis executed
-
-
-
Method Detail
-
stepExecuted
void stepExecuted(PMMLStep step)
Method invoked when aPMMLStepis executed- Parameters:
step-
-
-