public interface InternalViewChangedEventListener
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 leftTuple,
PropagationContext context,
InternalWorkingMemory workingMemory) |
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 leftTuple, PropagationContext context, InternalWorkingMemory workingMemory)
Copyright © 2001–2016 JBoss by Red Hat. All rights reserved.