Uses of Interface
org.drools.core.ActivationListenerFactory
-
Packages that use ActivationListenerFactory Package Description org.drools.core This is the engine that works off binary RuleBases, you will mostly use WorkingMemory, RuleBase and RuleBaseFactory -
-
Uses of ActivationListenerFactory in org.drools.core
Classes in org.drools.core that implement ActivationListenerFactory Modifier and Type Class Description classQueryActivationListenerFactoryclassRuleActivationListenerFactoryMethods in org.drools.core that return ActivationListenerFactory Modifier and Type Method Description ActivationListenerFactoryRuleBaseConfiguration. getActivationListenerFactory(java.lang.String name)Methods in org.drools.core with parameters of type ActivationListenerFactory Modifier and Type Method Description voidRuleBaseConfiguration. addActivationListener(java.lang.String name, ActivationListenerFactory factory)
-