Now while trying to use the new LocalEventListener interface I found out that there is (obviously) a difference between this marker interface approach and using an extensions of the Event interface. While the marker interface makes the event listener unaware of any changes happening on other nodes in the cluster, the extensions of the event interface ensures that the listener receives all events and can decide by itself what to do.
Now, actually, I need this second use case as well :) So, do we want to add both solutions? Carsten -- Carsten Ziegeler [EMAIL PROTECTED]
