Skip to content
Snippets Groups Projects
Commit 9d875fd4 authored by Simon Urli's avatar Simon Urli
Browse files

XWIKI-19585: TargetableEvent should extend RecordableEvent

parent 978e688a
No related branches found
No related tags found
Loading
......@@ -27,7 +27,7 @@
* @version $Id$
* @since 9.2RC1
*/
public interface TargetableEvent extends org.xwiki.observation.event.Event
public interface TargetableEvent extends RecordableEvent
{
/**
* @return the list of users and groups represented by their id that are targeted by this event
......
......@@ -23,7 +23,6 @@
import org.apache.commons.lang3.builder.EqualsBuilder;
import org.apache.commons.lang3.builder.HashCodeBuilder;
import org.xwiki.eventstream.RecordableEvent;
import org.xwiki.eventstream.TargetableEvent;
import org.xwiki.text.XWikiToStringBuilder;
......@@ -33,7 +32,7 @@
* @version $Id$
* @since 12.5RC1
*/
public class MentionEvent implements RecordableEvent, TargetableEvent
public class MentionEvent implements TargetableEvent
{
/**
* Name of the mention event.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment