Trait virtual_view::Event [] [src]

pub trait Event {
    fn name(&self) -> &String;
fn data(&self) -> &Value;
fn propagation(&self) -> bool;
fn stop_propagation(&mut self); }

Required Methods

Implementors