[−][src]Trait wayland_protocols::unstable::xdg_foreign::v1::client::zxdg_exported_v1::EventHandler
An interface for handling events.
Provided methods
fn handle(&mut self, object: ZxdgExportedV1, handle: String)
the exported surface handle
The handle event contains the unique handle of this exported surface reference. It may be shared with any client, which then can use it to import the surface by calling xdg_importer.import. A handle may be used to import the surface multiple times.