Drools :: Core 6.2.0.CR4

org.drools.core.base
Class NonCloningQueryViewListener

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

public class NonCloningQueryViewListener
extends Object
implements InternalViewChangedEventListener


Constructor Summary
NonCloningQueryViewListener()
           
 
Method Summary
 List<? extends Object> getResults()
           
 void rowAdded(RuleImpl rule, LeftTuple tuple, PropagationContext context, InternalWorkingMemory workingMemory)
           
 void rowRemoved(RuleImpl rule, LeftTuple tuple, PropagationContext context, InternalWorkingMemory workingMemory)
           
 void rowUpdated(RuleImpl 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(RuleImpl rule,
                     LeftTuple tuple,
                     PropagationContext context,
                     InternalWorkingMemory workingMemory)
Specified by:
rowAdded in interface InternalViewChangedEventListener

rowRemoved

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

rowUpdated

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

Drools :: Core 6.2.0.CR4

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