} //close constructor for Edit_List_of_Event_Types()...

        public void prepare_annotation_type_tool(List_of_Annotation_Types_Updated param_callback_when_finished_updating_annotation_types)
        {
            //let's store the callback information...
            current_annotation_types_updated_callback = param_callback_when_finished_updating_annotation_types;
        } //close method prepare_annotation_type_tool()...
 public void prepare_annotation_type_tool(List_of_Annotation_Types_Updated param_callback_when_finished_updating_annotation_types)
 {
     //let's store the callback information...
     current_annotation_types_updated_callback = param_callback_when_finished_updating_annotation_types;
 }