[][src]Trait wlroots::surface::Handler

pub trait Handler {
    fn on_commit(&mut self, compositor_handle: Handle, suface_handle: Handle) { ... }
fn new_subsurface(
        &mut self,
        compositor_hadle: Handle,
        surface_handle: Handle,
        subsurface_handle: Handle
    ) -> Option<Box<dyn Handler>> { ... }
fn on_destroy(&mut self, Handle, Handle) { ... } }

Provided Methods

Implementations on Foreign Types

impl Handler for ()
[src]

Implementors