pub trait AdjustmentImplExt: ObjectSubclass {
    fn parent_changed(&self, adjustment: &Self::Type);
    fn parent_value_changed(&self, adjustment: &Self::Type);
}

Required methods

Implementors