pub trait WlRootEventHandler {
// Provided methods
fn pong_dummy(&self, _slf: &WlRootRef, id: Option<&WlDummyRef>) { ... }
fn new_dummy(&self, _slf: &WlRootRef, id: WlDummy) { ... }
}Expand description
An event handler for WlRoot proxies.
Provided Methods§
Sourcefn pong_dummy(&self, _slf: &WlRootRef, id: Option<&WlDummyRef>)
fn pong_dummy(&self, _slf: &WlRootRef, id: Option<&WlDummyRef>)
§Arguments
id:
All borrowed proxies passed to this function are guaranteed to be immutable and non-null.