|
GemFire 6.6 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface CqListener
Application plug-in interface for handling continuous query events after they occur. The listener has two methods, one that is called when there is an event satisfied by the CQ and the other called when there is an error during CQ processing.
Method Summary | |
---|---|
void |
onError(CqEvent aCqEvent)
This method is invoked when there is an error during CQ processing. |
void |
onEvent(CqEvent aCqEvent)
This method is invoked when an event is occurred on the region that satisfied the query condition of this CQ. |
Methods inherited from interface com.gemstone.gemfire.cache.CacheCallback |
---|
close |
Method Detail |
---|
void onEvent(CqEvent aCqEvent)
CqQuery.executeWithInitialResults()
void onError(CqEvent aCqEvent)
|
GemFire 6.6 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |