Class 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: a UserReference of the user who performs the unlike - data: an EntityReference 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 Detail

      • UnlikeEvent

        public UnlikeEvent()
    • Method Detail

      • matches

        public boolean matches​(Object otherEvent)
        Specified by:
        matches in interface org.xwiki.observation.event.Event