Package org.xwiki.mentions.events
Class NewMentionsEvent
- java.lang.Object
-
- org.xwiki.mentions.events.NewMentionsEvent
-
- All Implemented Interfaces:
org.xwiki.observation.event.Event
public class NewMentionsEvent extends Object implements org.xwiki.observation.event.Event
An event sent at the end of the analysis of a document change (i.e., a created or updated document).The following information is sent along the event:
- source: the reference of the user who made the change
- data: the
MentionNotificationParameters
holding the list of mentions introduced by the change on a given entity
- Since:
- 12.10
- Version:
- $Id: cf578b9db500b280a71d4417940ea08e76a99e56 $
-
-
Constructor Summary
Constructors Constructor Description NewMentionsEvent()
-
-
-
Method Detail
-
matches
public boolean matches(Object otherEvent)
- Specified by:
matches
in interfaceorg.xwiki.observation.event.Event
-
-