org.drools.base
Class NonCloningQueryViewListener
java.lang.Object
org.drools.base.NonCloningQueryViewListener
- All Implemented Interfaces:
- InternalViewChangedEventListener
public class NonCloningQueryViewListener
- extends Object
- implements InternalViewChangedEventListener
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
NonCloningQueryViewListener
public NonCloningQueryViewListener()
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.