Package org.xwiki.like.events
Class UnlikeEvent
- java.lang.Object
-
- org.xwiki.like.events.UnlikeEvent
-
- All Implemented Interfaces:
Serializable
,org.xwiki.observation.event.Event
public class UnlikeEvent extends Object implements org.xwiki.observation.event.Event, Serializable
An event sent when a Unlike action is performed. The following information are sent along with the event: - source: aUserReference
of the user who performs the unlike - data: anEntityReference
being the target of the original like. Note that we need those events to be serializable so that they can be sent on cluster.- Since:
- 12.7RC1
- Version:
- $Id: 759be8ba409a205a7eaff7e468e01aba56274713 $
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description UnlikeEvent()
-
-
-
Method Detail
-
matches
public boolean matches(Object otherEvent)
- Specified by:
matches
in interfaceorg.xwiki.observation.event.Event
-
-