public interface WlCallbackEvents
Clients can handle the 'done' event to get notified when the related request is done.
| Modifier and Type | Field and Description |
|---|---|
static int |
VERSION |
| Modifier and Type | Method and Description |
|---|---|
void |
done(WlCallbackProxy emitter,
int callbackData)
done event
|
static final int VERSION
void done(WlCallbackProxy emitter, int callbackData)
Notify the client when the related request is done.
emitter - The protocol object that emitted the event.callbackData - request-specific data for the callbackCopyright © 2016. All rights reserved.