public class StandardQueryViewChangedEventListener extends Object implements InternalViewChangedEventListener
Constructor and Description |
---|
StandardQueryViewChangedEventListener() |
Modifier and Type | Method and Description |
---|---|
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) |
public StandardQueryViewChangedEventListener()
public List<? extends Object> getResults()
getResults
in interface InternalViewChangedEventListener
public void rowAdded(Rule rule, LeftTuple tuple, PropagationContext context, InternalWorkingMemory workingMemory)
rowAdded
in interface InternalViewChangedEventListener
public void rowRemoved(Rule rule, LeftTuple tuple, PropagationContext context, InternalWorkingMemory workingMemory)
rowRemoved
in interface InternalViewChangedEventListener
public void rowUpdated(Rule rule, LeftTuple tuple, PropagationContext context, InternalWorkingMemory workingMemory)
rowUpdated
in interface InternalViewChangedEventListener
Copyright © 2001-2014 JBoss by Red Hat. All Rights Reserved.