pub trait HandleNotifyAlertChanged {
    fn handle_notify_alert_changed(
        &mut self,
        fn_: NodeNotifyAlertChangedFn
    ) -> Box<dyn Handler>; }

Required Methods§

| Register handler for notify alert messages. |

Implementors§