top of page

AEM Event Listener

  • Writer: Shweta Khanna
    Shweta Khanna
  • Apr 14, 2018
  • 1 min read

Any change to a workspace is represented by a set of one or more events. The six standard event types are:

  • NODE_ADDED

  • NODE_MOVED

  • NODE_REMOVED

  • PROPERTY_ADDED

  • PROPERTY_REMOVED

  • PROPERTY_CHANGED

Whenever you write an event listener you have to be very specific because it is a costly operation.

Comentarios


  • Facebook
  • LinkedIn
  • Twitter

©2018 by AEM BLOG.

bottom of page