Skip to content

Deprecate OnActionListener in UndoHelper #438

@davideas

Description

@davideas

Despite the interface was introduced for the new UndoHelper, it is easy to perform same actions (preAction, postAction) by just using normal flow:

  • PreAction code can be simply moved before the undo instantiation.
  • As well as PostAction code can be performed after the undo instantiation.

Execution flow is preserved. So, no need of this callback interface.

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions