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

pub trait EventHandler {
    fn destroyed(&mut self, object: ZxdgImportedV2) { ... }
}

An interface for handling events.

Provided methods

fn destroyed(&mut self, object: ZxdgImportedV2)

the imported surface handle has been destroyed

The imported surface handle has been destroyed and any relationship set up has been invalidated. This may happen for various reasons, for example if the exported surface or the exported surface handle has been destroyed, if the handle used for importing was invalid.

Loading content...

Implementors

Loading content...