AEM Event Listener
- 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