Class BmChange

  • All Implemented Interfaces:
    IChange

    public class BmChange
    extends Object
    implements IChange
    Represent a change to be applied to BM-object.
    See Also:
    IChange
    • Constructor Detail

      • BmChange

        public BmChange​(IBmEditingContext editingContext,
                        IBmTask<?> task)
        Instantiates a new BM change.
        Parameters:
        editingContext - the BM editing context to apply this change with, cannot be null.
        task - the BM task to apply this change, cannot be null.
    • Method Detail

      • apply

        public void apply()
        Description copied from interface: IChange
        Applies the change.
        Specified by:
        apply in interface IChange