-
Type:
Suggestion
-
Resolution: Fixed
-
Component/s: None
This allows plugins (or just about any other classes in Confluence) to listen to the events to do their processing.
The new events in Confluence 2.8.3 and later are in an inheritance hierarchy like this:
- NotificationEvent
- ContentNotificationEvent
- ContentNotificationAddedEvent
- ContentNotificationRemovedEvent
- SpaceNotificationEvent
- SpaceNotificationAddedEvent
- SpaceNotificationRemovedEvent
- SiteNotificationEvent
- SiteNotificationAddedEvent
- SiteNotificationRemovedEvent
- ContentNotificationEvent
You can subscribe to all related events but creating an EventListener that listens for one of the parent classes.