top of page

AEM Event Listener

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.

bottom of page