protected static interface AbstractIndexTable.IListenersWithSameMask
Modifier and Type | Method and Description |
---|---|
void |
addUpdateListener(Tuple originalSeed,
IQueryRuntimeContextListener listener) |
void |
deliver(Tuple updateTuple,
boolean isInsertion) |
TupleMask |
getSeedMask() |
boolean |
removeUpdateListener(Tuple originalSeed,
IQueryRuntimeContextListener listener) |
TupleMask getSeedMask()
void deliver(Tuple updateTuple, boolean isInsertion)
void addUpdateListener(Tuple originalSeed, IQueryRuntimeContextListener listener)
boolean removeUpdateListener(Tuple originalSeed, IQueryRuntimeContextListener listener)
AbstractIndexTable.IListenersWithSameMask
can be disposed of.