Uses of Interface
org.kie.pmml.api.runtime.PMMLListener
-
Packages that use PMMLListener Package Description org.kie.pmml.api.runtime -
-
Uses of PMMLListener in org.kie.pmml.api.runtime
Methods in org.kie.pmml.api.runtime that return types with arguments of type PMMLListener Modifier and Type Method Description Set<PMMLListener>PMMLContext. getPMMLListeners()Set<PMMLListener>PMMLRuntime. getPMMLListeners()Returns an unmodifiable set of thePMMLListeners registered with the current instanceMethods in org.kie.pmml.api.runtime with parameters of type PMMLListener Modifier and Type Method Description voidPMMLContext. addPMMLListener(PMMLListener toAdd)Add the givenPMMLListenerto the currentPMMLContextThat listener, in turn, will be available only for evaluation of that specificPMMLContextvoidPMMLRuntime. addPMMLListener(PMMLListener toAdd)Add the givenPMMLListenerto the currentPMMLRuntimeThat listener, in turn, will be added to anyPMMLContextpassed to theevaluatemethodvoidPMMLRuntime. removePMMLListener(PMMLListener toRemove)Remove the givenPMMLListenerfrom the currentPMMLRuntime.
-