Package org.drools.core
Class QueryActivationListenerFactory
java.lang.Object
org.drools.core.QueryActivationListenerFactory
- All Implemented Interfaces:
ActivationListenerFactory
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncreateActivationListener(int id, LeftTupleSource source, RuleImpl rule, GroupElement subrule, int subruleIndex, BuildContext context, Object... args)
-
Field Details
-
INSTANCE
-
-
Constructor Details
-
QueryActivationListenerFactory
public QueryActivationListenerFactory()
-
-
Method Details
-
createActivationListener
public TerminalNode createActivationListener(int id, LeftTupleSource source, RuleImpl rule, GroupElement subrule, int subruleIndex, BuildContext context, Object... args) - Specified by:
createActivationListenerin interfaceActivationListenerFactory
-