Entity listeners

Hi, previously in cuba this existed, now in jmix is there a way to support it?

Regards,

Nelson F.

Hi.
Working with entity listeners in Jmix is similar to CUBA, all of them are supported
image
Regards,
Natalia

2 Likes

I also want to add that entity listeners are marked as experimental API, and they are not documented, and Studio doesn’t help creating them.

The stable and documented way is to use entity events: https://docs.jmix.io/jmix/1.0/data-access/entity-events.html
Unless you can’t solve your technical requirements with entity events, you should be using them instead of entity listeners.