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 InternalViewChangedEventListener
public abstract InternalFactHandle getHandle(InternalFactHandle originalHandle)
public void rowAdded(RuleImpl rule, LeftTuple tuple, PropagationContext context, InternalWorkingMemory workingMemory)
rowAdded
in interface InternalViewChangedEventListener
public void rowRemoved(RuleImpl rule, LeftTuple tuple, PropagationContext context, InternalWorkingMemory workingMemory)
rowRemoved
in interface InternalViewChangedEventListener
public void rowUpdated(RuleImpl rule, LeftTuple tuple, PropagationContext context, InternalWorkingMemory workingMemory)
rowUpdated
in interface InternalViewChangedEventListener
Copyright © 2001–2015 JBoss by Red Hat. All rights reserved.