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

Method start

src/java/com/libmailcore/Operation.java:11–15  ·  view source on GitHub ↗

Starts the operation. Calls the aCallback.succeeded() when the operation is finished. @see com.libmailcore.OperationCallback#succeeded()

(OperationCallback aCallback)

Source from the content-addressed store, hash-verified

9 /** Starts the operation. Calls the aCallback.succeeded() when the operation is finished.
10 @see com.libmailcore.OperationCallback#succeeded() */
11 public void start(OperationCallback aCallback)
12 {
13 callback = aCallback;
14 nativeStart();
15 }
16
17 private native void nativeStart();
18

Calls 1

nativeStartMethod · 0.95

Tested by

no test coverage detected