public class CqListenerImpl
extends java.lang.Object
implements org.apache.geode.cache.query.CqListener
| Constructor and Description |
|---|
CqListenerImpl() |
| Modifier and Type | Method and Description |
|---|---|
void |
close()
CQ is being closed, do any cleanup here
|
void |
onError(org.apache.geode.cache.query.CqEvent aCqEvent)
An error occurred in the processing of a CQ.
|
void |
onEvent(org.apache.geode.cache.query.CqEvent aCqEvent)
An event occurred that modifies the results of the query.
|
public void onEvent(org.apache.geode.cache.query.CqEvent aCqEvent)
onEvent in interface org.apache.geode.cache.query.CqListenerpublic void onError(org.apache.geode.cache.query.CqEvent aCqEvent)
onError in interface org.apache.geode.cache.query.CqListenerpublic void close()
close in interface org.apache.geode.cache.CacheCallback