Trait tungsten::EventHandler [] [src]

pub trait EventHandler<M, E> {
    fn handle(&mut self, model: &mut M, event: &E);
}

Required Methods

Implementors