]
Tristan Tarrant updated ISPN-4999:
----------------------------------
Comment: was deleted
(was: Ion Savin <isavin(a)redhat.com> changed the Status of [bug
Introduce a Listener interface
------------------------------
Key: ISPN-4999
URL:
https://issues.jboss.org/browse/ISPN-4999
Project: Infinispan
Issue Type: Feature Request
Reporter: Jim Crossley
The notifications API is strictly annotations-based, which is awkward for more dynamic,
non-Java JVM languages. I think a Listener interface with a single method taking an Event
parameter would be a far simpler approach. It wouldn't have to replace the current
API, merely complement it.