Package org.kie.pmml.api.runtime
Interface PMMLListener
-
public interface PMMLListener
-
-
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-
-
-