All Implemented Interfaces:
Contented, Timestamped, Serializable
Direct Known Subclasses:
ProfilePictureViewEvent, ThumbnailViewEvent

public class AttachmentViewEvent extends AttachmentEvent
Event fired every time an attachment is viewed.
See Also:
  • Constructor Details

    • AttachmentViewEvent

      public AttachmentViewEvent(Object src, Attachment attachment)
    • AttachmentViewEvent

      public AttachmentViewEvent(Object src, Attachment attachment, boolean download)
      Since:
      7.5.0
    • AttachmentViewEvent

      public AttachmentViewEvent(Object src, List<Attachment> attachments, boolean download)
      Since:
      7.5.0
  • Method Details

    • isDownload

      public boolean isDownload()