Question
AEM EventListener
Hi ,
I have registered my Event Listener for "nt:unstructured" node type and listening to the events of type Event.PROPERTY_ADDED | Event.PROPERTY_CHANGED. Is there any way to restrict the generation of events for certain properties.
I want the events to trigger only when certain properties are added and jcr:lastModified is changed.
Thanks in advance
Nitesh Gupta