Package org.freedesktop.wayland.client
Interface WlCallbackEvents
public interface WlCallbackEvents
callback object
Clients can handle the 'done' event to get notified when the related request is done.
Note, because wl_callback objects are created from multiple independent factory interfaces, the wl_callback interface is frozen at version 1.
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionvoid
done
(WlCallbackProxy emitter, int callbackData) done event
-
Field Details
-
VERSION
static final int VERSION- See Also:
-
-
Method Details
-
done
done eventNotify the client when the related request is done.
- Parameters:
emitter
- The protocol object that emitted the event.callbackData
- request-specific data for the callback
-