Trait rapt::Listener [] [src]

pub trait Listener: Clone {
    fn instrument_updated(&self, name: &'static str);
}

Trait that allows instruments to notify interested parties about updates

Required Methods

When invoked, an instrument with a name has been updated.

Implementors