This content has been marked as final.
Show 1 reply
-
1. Re: How can i write a listener for a node
manik Feb 26, 2007 9:48 AM (in response to mvrck1208)You can only write listeners for the entire cache.
You could filter events based on Fqn though, since the Fqn is passed into the callback, and discard events for Fqns you aren't interested in. Read the user guide for examples on this.
In a later release (2.1.0) we may add support for adding listeners to specific regions.