public abstract class AbstractQueryViewListener extends Object implements InternalViewChangedEventListener
| Constructor and Description |
|---|
AbstractQueryViewListener() |
| Modifier and Type | Method and Description |
|---|---|
abstract InternalFactHandle |
getHandle(InternalFactHandle originalHandle) |
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 List<? extends Object> getResults()
getResults in interface InternalViewChangedEventListenerpublic abstract InternalFactHandle getHandle(InternalFactHandle originalHandle)
public 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–2016 JBoss by Red Hat. All rights reserved.