Starts the operation. Calls the aCallback.succeeded() when the operation is finished. @see com.libmailcore.OperationCallback#succeeded()
(OperationCallback aCallback)
| 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 |
no test coverage detected