[][src]Trait neutrino::widgets::container::ContainerListener

pub trait ContainerListener {
    fn on_update(&self, state: &mut ContainerState);
}

Required methods

fn on_update(&self, state: &mut ContainerState)

Function triggered on update event

Loading content...

Implementors

Loading content...