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.
-
Nested Class Summary
Nested classes/interfaces inherited from interface com.ditto.java.DittoAttachmentFetchEvent
DittoAttachmentFetchEvent.Completed, DittoAttachmentFetchEvent.Deleted, DittoAttachmentFetchEvent.Progress -
Method Summary
Methods inherited from interface com.ditto.java.DittoAttachmentFetchEvent
asCompleted, asDeleted, asProgress, getType
-
Method Details
-
getDownloadedBytes
long getDownloadedBytes() -
getTotalBytes
long getTotalBytes()
-