| Interface | Description |
|---|---|
| DemoCallbackNoUserData.CallbackListener |
Callback listener called after completion of the native API function.
|
| DemoCallbackWithUserData.CallbackListener |
Callback listener called after completion of the native API function.
|
| Class | Description |
|---|---|
| DemoCallbackNoUserData |
Demo of a jni interface to an asynchronous native service, that is NOT able
to preserve some user data between the call and the call back.
|
| DemoCallbackNoUserData.ReturnData | |
| DemoCallbackWithUserData |
Demo of a jni interface to an asynchronous native service, that is able to
preserve some user data between the call and the call back.
|
| DemoCallbackWithUserData.ReturnData |
Copyright © 2017 LSST. All rights reserved.