void notify() { _div_obj.update(_value); _mod_obj.update(_value); }
void notify() { m_div_obj.update( m_value ); m_mod_obj.update( m_value ); }