From f5302133d99fb31b272dfd40f2cdc9cfe8fde9e5 Mon Sep 17 00:00:00 2001 From: Eric Espie Date: Mon, 7 Feb 2022 15:06:00 +0100 Subject: [PATCH] Add application events definition --- application/datamodel.application.xml | 30 +++++++++++++++++++++++++++ core/datamodel.core.xml | 2 +- 2 files changed, 31 insertions(+), 1 deletion(-) diff --git a/application/datamodel.application.xml b/application/datamodel.application.xml index 4b335bec9..904a13d76 100644 --- a/application/datamodel.application.xml +++ b/application/datamodel.application.xml @@ -472,5 +472,35 @@ + + + The current page is completely displayed + Class hierarchy of the displayed page + + + The page displayed + Page + + + Debug string + string + + + + + Inform the listeners about the connection states + + + + The login step result code (LoginWebPage::EXIT_CODE_...) + integer + + + Current login state (except LoginWebPage::LOGIN_STATE_CONNECTED) + string + + + + diff --git a/core/datamodel.core.xml b/core/datamodel.core.xml index ecf9e0fab..e1a47a521 100644 --- a/core/datamodel.core.xml +++ b/core/datamodel.core.xml @@ -269,7 +269,7 @@ - + An object details is about to be displayed to a user Class hierarchy of the displayed object