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