Interface DittoAttachmentFetchEvent.Progress

All Superinterfaces:
DittoAttachmentFetchEvent
Enclosing interface:
DittoAttachmentFetchEvent

public static non-sealed interface DittoAttachmentFetchEvent.Progress extends DittoAttachmentFetchEvent
Event signaling download progress for an attachment.
  • Method Details

    • getDownloadedBytes

      long getDownloadedBytes()
    • getTotalBytes

      long getTotalBytes()