Interface LikeEvent

All Superinterfaces:
Contented, Serializable, Timestamped, UserDriven
All Known Implementing Classes:
AbstractLikeEvent, LikeCreatedEvent, LikeRemovedEvent

public interface LikeEvent extends Serializable, UserDriven, Contented, Timestamped
A like event.
  • Method Summary

    Modifier and Type
    Method
    Description
     

    Methods inherited from interface com.atlassian.confluence.event.events.content.Contented

    getContent

    Methods inherited from interface com.atlassian.confluence.event.events.Timestamped

    getTimestamp

    Methods inherited from interface com.atlassian.confluence.event.events.types.UserDriven

    getOriginatingUser
  • Method Details

    • getSource

      Object getSource()