Hello,
I am aware that Event handler has many of its methods deprecated, so I am using ResourceChangeListener to listen the events on a node.
My problem is that I need to know when a content inside /etc/myproject is activated to publish instance or detect when this node is modified on publish instance, because the ResourceChangeListener "CHANGED" event catch the event only on author mode.
Thanks in advance!