Package org.freedesktop.wayland.server
Class WlDataDeviceManagerResource
java.lang.Object
org.freedesktop.wayland.server.Resource<WlDataDeviceManagerRequests>
org.freedesktop.wayland.server.WlDataDeviceManagerResource
- All Implemented Interfaces:
WaylandObject
data transfer interface
The wl_data_device_manager is a singleton global object that provides access to inter-client data transfer mechanisms such as copy-and-paste and drag-and-drop. These mechanisms are tied to a wl_seat and this interface lets a client get a wl_data_device corresponding to a wl_seat.
Depending on the version bound, the objects created from the bound wl_data_device_manager object will have different requirements for functioning properly. See wl_data_source.set_actions, wl_data_offer.accept and wl_data_offer.finish for details.
-
Field Summary
FieldsFields inherited from class org.freedesktop.wayland.server.Resource
wlResourcePtr
-
Constructor Summary
ConstructorsConstructorDescriptionWlDataDeviceManagerResource
(MemorySegment pointer) WlDataDeviceManagerResource
(Client client, int version, int id, WlDataDeviceManagerRequests implementation) -
Method Summary
Methods inherited from class org.freedesktop.wayland.server.Resource
addDestroyListener, destroy, equals, getClient, getId, getImplementation, getPointer, getVersion, hashCode, postError, postEvent, postEvent, register, unregister
-
Field Details
-
INTERFACE_NAME
- See Also:
-
-
Constructor Details
-
WlDataDeviceManagerResource
public WlDataDeviceManagerResource(Client client, int version, int id, WlDataDeviceManagerRequests implementation) -
WlDataDeviceManagerResource
-