org.drools
Class QueryActivationListenerFactory

java.lang.Object
  extended by org.drools.QueryActivationListenerFactory
All Implemented Interfaces:
ActivationListenerFactory

public class QueryActivationListenerFactory
extends Object
implements ActivationListenerFactory


Field Summary
static QueryActivationListenerFactory INSTANCE
           
 
Constructor Summary
QueryActivationListenerFactory()
           
 
Method Summary
 TerminalNode createActivationListener(int id, LeftTupleSource source, Rule rule, GroupElement subrule, int subruleIndex, BuildContext context, Object... args)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

INSTANCE

public static final QueryActivationListenerFactory INSTANCE
Constructor Detail

QueryActivationListenerFactory

public QueryActivationListenerFactory()
Method Detail

createActivationListener

public TerminalNode createActivationListener(int id,
                                             LeftTupleSource source,
                                             Rule rule,
                                             GroupElement subrule,
                                             int subruleIndex,
                                             BuildContext context,
                                             Object... args)
Specified by:
createActivationListener in interface ActivationListenerFactory


Copyright © 2001-2012 JBoss by Red Hat. All Rights Reserved.