org.drools.base
Class NonCloningQueryViewListener

java.lang.Object
  extended by org.drools.base.NonCloningQueryViewListener
All Implemented Interfaces:
InternalViewChangedEventListener

public class NonCloningQueryViewListener
extends Object
implements InternalViewChangedEventListener


Constructor Summary
NonCloningQueryViewListener()
           
 
Method Summary
 List<? extends Object> getResults()
           
 void rowAdded(Rule rule, LeftTuple tuple, PropagationContext context, InternalWorkingMemory workingMemory)
           
 void rowRemoved(Rule rule, LeftTuple tuple, PropagationContext context, InternalWorkingMemory workingMemory)
           
 void rowUpdated(Rule rule, LeftTuple tuple, PropagationContext context, InternalWorkingMemory workingMemory)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NonCloningQueryViewListener

public NonCloningQueryViewListener()
Method Detail

getResults

public List<? extends Object> getResults()
Specified by:
getResults in interface InternalViewChangedEventListener

rowAdded

public void rowAdded(Rule rule,
                     LeftTuple tuple,
                     PropagationContext context,
                     InternalWorkingMemory workingMemory)
Specified by:
rowAdded in interface InternalViewChangedEventListener

rowRemoved

public void rowRemoved(Rule rule,
                       LeftTuple tuple,
                       PropagationContext context,
                       InternalWorkingMemory workingMemory)
Specified by:
rowRemoved in interface InternalViewChangedEventListener

rowUpdated

public void rowUpdated(Rule rule,
                       LeftTuple tuple,
                       PropagationContext context,
                       InternalWorkingMemory workingMemory)
Specified by:
rowUpdated in interface InternalViewChangedEventListener


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