-
- All Implemented Interfaces:
-
java.lang.AutoCloseable
public class AttachmentObserverRust extends Retainable
-
-
Constructor Summary
Constructors Constructor Description AttachmentObserverRust()
-
Method Summary
Modifier and Type Method Description synchronized voiddelete()voidswigReleaseOwnership()voidswigTakeOwnership()voidcompletedEventHandler(SWIGTYPE_p_AttachmentHandle ah)voidprogressEventHandler(BigInteger downloadedBytes, BigInteger totalBytes)voiddeletedEventHandler()static voidinvokeCompletedEventHandler(SWIGTYPE_p_void ctx, SWIGTYPE_p_AttachmentHandle ah)static voidinvokeProgressEventHandler(SWIGTYPE_p_void ctx, BigInteger downloadedBytes, BigInteger totalBytes)static voidinvokeDeletedEventHandler(SWIGTYPE_p_void ctx)CancelTokenResult_tresolve_attachment(SWIGTYPE_p_CDitto ditto_raw, Array<byte> id_ptr)-
Methods inherited from class live.ditto.internal.swig.ffi.Retainable
close, getIs_closing, invokeRelease, invokeRetain, invokeVirtualPtrRetain, release, retain, setIs_closing -
Methods inherited from class java.lang.AutoCloseable
close -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Detail
-
delete
synchronized void delete()
-
swigReleaseOwnership
void swigReleaseOwnership()
-
swigTakeOwnership
void swigTakeOwnership()
-
completedEventHandler
void completedEventHandler(SWIGTYPE_p_AttachmentHandle ah)
-
progressEventHandler
void progressEventHandler(BigInteger downloadedBytes, BigInteger totalBytes)
-
deletedEventHandler
void deletedEventHandler()
-
invokeCompletedEventHandler
static void invokeCompletedEventHandler(SWIGTYPE_p_void ctx, SWIGTYPE_p_AttachmentHandle ah)
-
invokeProgressEventHandler
static void invokeProgressEventHandler(SWIGTYPE_p_void ctx, BigInteger downloadedBytes, BigInteger totalBytes)
-
invokeDeletedEventHandler
static void invokeDeletedEventHandler(SWIGTYPE_p_void ctx)
-
resolve_attachment
CancelTokenResult_t resolve_attachment(SWIGTYPE_p_CDitto ditto_raw, Array<byte> id_ptr)
-
-
-
-