3 #ifndef GEODE_CQLISTENER_H_ 4 #define GEODE_CQLISTENER_H_ 23 #include "geode_globals.hpp" 53 virtual void onEvent(
const CqEvent& aCqEvent);
62 virtual void onError(
const CqEvent& aCqEvent);
99 #endif // GEODE_CQLISTENER_H_ An application plug-in that can be installed on a region.
Definition: CacheListener.hpp:78
Each enum represents a predefined RegionAttributes in a Cache.
Definition: Assert.hpp:31
#define CPPCACHE_EXPORT
Defines a Geode CPPCACHE export.
Definition: geode_base.hpp:58
This interface provides methods to get all the information sent from the server about the CQ event...
Definition: CqEvent.hpp:54
This abstract base class is the base class of all user objects that have the shared capability of ref...
Definition: SharedBase.hpp:40
Application plug-in interface for handling continuous query events after they occur.
Definition: CqListener.hpp:46
This namespace contains all the Geode C++ API classes, enumerations and globals.