[][src]Trait wayland_protocols::unstable::xdg_foreign::v2::client::zxdg_exported_v2::EventHandler

pub trait EventHandler {
    fn handle(&mut self, object: ZxdgExportedV2, handle: String) { ... }
}

An interface for handling events.

Provided methods

fn handle(&mut self, object: ZxdgExportedV2, 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_toplevel. A handle may be used to import the surface multiple times.

Loading content...

Implementors

Loading content...