org.drools
Class RuleActivationListenerFactory

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

public class RuleActivationListenerFactory
extends Object
implements ActivationListenerFactory


Field Summary
static RuleActivationListenerFactory INSTANCE
           
 
Constructor Summary
RuleActivationListenerFactory()
           
 
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 RuleActivationListenerFactory INSTANCE
Constructor Detail

RuleActivationListenerFactory

public RuleActivationListenerFactory()
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.