-
Bug
-
Resolution: Done
-
Major
-
JDG 7.0.0 DR1
-
None
In the JDG 7 Developer Guide, page 193, example 16.30, the example code registers the ContinuousQueryListener on the ClientEvents. This is however a deprecated API. See:
The new API for ContinuousQueryListener registration is the show below:
ContinuousQuery<Integer, Person> cq = Search.getContinuousQuery(cache);
cq.addContinuousQueryListener(query, listener);