MCPcopy Create free account
hub / github.com/MailCore/mailcore2 / JavaIMAPOperationCallback

Method JavaIMAPOperationCallback

src/java/JavaIMAPOperationCallback.cpp:17–21  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

15}
16
17JavaIMAPOperationCallback::JavaIMAPOperationCallback(JNIEnv * env, jobject listener)
18{
19 mEnv = env;
20 mListener = listener;
21}
22
23void JavaIMAPOperationCallback::bodyProgress(IMAPOperation * session, unsigned int current, unsigned int maximum)
24{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected