Package org.freedesktop.wayland.client
Class WlCallbackProxy
java.lang.Object
org.freedesktop.wayland.client.Proxy<WlCallbackEvents>
org.freedesktop.wayland.client.WlCallbackProxy
- All Implemented Interfaces:
WaylandObject
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 -
Constructor Summary
ConstructorsConstructorDescriptionWlCallbackProxy
(MemorySegment pointer) WlCallbackProxy
(MemorySegment pointer, WlCallbackEvents implementation, int version) -
Method Summary
Methods inherited from class org.freedesktop.wayland.client.Proxy
destroy, equals, getId, getImplementation, getPointer, getVersion, hashCode, marshal, marshal, marshalConstructor, setQueue
-
Field Details
-
INTERFACE_NAME
- See Also:
-
-
Constructor Details
-
WlCallbackProxy
-
WlCallbackProxy
-