export class CoreMediatorChannels { static readonly CONFIRMATION_DIALOG = 'core_notification_confirmationDialog'; static readonly ERROR_ALERT = 'core_notification_errorAlert'; static readonly SUCCESS_ALERT = 'core_notification_successAlert'; static readonly CHANGE_SYSTEM_LANGUAGE = "menubar_selectLang"; static readonly ON_MAIN_MODULE_START = 'core_on_main_module_start'; static readonly ON_OBJECT_SCREEN_VIEW_MODE = 'core_on_object_screen_view_mode'; static readonly ON_OBJECT_SCREEN_EDIT_MODE = 'core_on_object_screen_edit_mode'; static readonly AFTER_REFRESH_OBJECT_SCREEN = 'core_after_refresh_object_screen'; static readonly AFTER_SAVE_OBJECT_SCREEN_WITH_ERRORS = 'core_after_save_object_screen_with_errors'; static readonly BEFORE_CLOSE_OBJECT_SCREEN = 'core_before_close_object_screen'; static readonly AFTER_OBJECT_SCREEN_INSTANCE_NAVIGATION = 'core_after_object_screen_instance_navigation'; static readonly ON_OBJECT_SCREEN_CANCEL_EDIT_MODE = 'core_on_object_screen_cancel_edit_mode'; }