org.drools.spi
Class RuleBaseUpdateListenerFactory

java.lang.Object
  extended by org.drools.spi.RuleBaseUpdateListenerFactory

public class RuleBaseUpdateListenerFactory
extends Object

Factory class that will return a RuleBaseUpdateListener based on the provided string className


Constructor Summary
RuleBaseUpdateListenerFactory()
           
 
Method Summary
static RuleBaseUpdateListener createListener(String className, StatefulSession session)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RuleBaseUpdateListenerFactory

public RuleBaseUpdateListenerFactory()
Method Detail

createListener

public static RuleBaseUpdateListener createListener(String className,
                                                    StatefulSession session)


Copyright © 2001-2013 JBoss Inc.. All Rights Reserved.