April 14, 2020
Estimated Post Reading Time ~

Creating an Event Listener for Adobe Experience Manager 6.4

You can develop a custom JCR Event Listener for Adobe Experience Manager 6.4 that responds to events that occur at the JCR level. For example, you can write an event handler to respond to the following JCR events:
  • A node was added
  • A node was moved
  • A node was deleted
  • A property was added to a node
  • A property was changed
  • A property was deleted
To create an AEM event handler, you create an OSGi bundle that contains a class that implements javax.jcr.observation.EventListener. For information, see EventListener.

To read this article - click: https://helpx.adobe.com/experience-manager/using/aem64_event_listener.html


By aem4beginner

No comments:

Post a Comment

If you have any doubts or questions, please let us know.