onAddNewEdit

abstract fun onAddNewEdit(edit: Edit): Boolean

Notifies the observer that the a new edit is going to be added. Return false to cancel adding this Edit.

Return

false to cancel adding the edit or true to continue adding.

Parameters

edit

The edit that is going to be added.