Package org.drools.core
Class QueryActivationListenerFactory
- java.lang.Object
-
- org.drools.core.QueryActivationListenerFactory
-
- All Implemented Interfaces:
ActivationListenerFactory
public class QueryActivationListenerFactory extends Object implements ActivationListenerFactory
-
-
Field Summary
Fields Modifier and Type Field Description static QueryActivationListenerFactoryINSTANCE
-
Constructor Summary
Constructors Constructor Description QueryActivationListenerFactory()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description TerminalNodecreateActivationListener(int id, LeftTupleSource source, RuleImpl rule, GroupElement subrule, int subruleIndex, BuildContext context, Object... args)
-
-
-
Field Detail
-
INSTANCE
public static final QueryActivationListenerFactory INSTANCE
-
-
Method Detail
-
createActivationListener
public TerminalNode createActivationListener(int id, LeftTupleSource source, RuleImpl rule, GroupElement subrule, int subruleIndex, BuildContext context, Object... args)
- Specified by:
createActivationListenerin interfaceActivationListenerFactory
-
-