mirror of
https://github.com/Combodo/iTop.git
synced 2026-04-23 18:48:51 +02:00
EventService: refactoring
This commit is contained in:
@@ -185,6 +185,36 @@
|
||||
</style>
|
||||
</menu>
|
||||
</menus>
|
||||
<events>
|
||||
<event id="AfterDisplayPage" _delta="define">
|
||||
<description>The current page is completely displayed</description>
|
||||
<available_filters>Class hierarchy of the displayed page</available_filters>
|
||||
<arguments>
|
||||
<argument id="object">
|
||||
<description>The page displayed</description>
|
||||
<type>Page</type>
|
||||
</argument>
|
||||
<argument id="debug_info">
|
||||
<description>Debug string</description>
|
||||
<type>string</type>
|
||||
</argument>
|
||||
</arguments>
|
||||
</event>
|
||||
<event id="Login" _delta="define">
|
||||
<description>Inform the listeners about the connection states</description>
|
||||
<available_filters/>
|
||||
<arguments>
|
||||
<argument id="code">
|
||||
<description>The login step result code (LoginWebPage::EXIT_CODE_...) </description>
|
||||
<type>integer</type>
|
||||
</argument>
|
||||
<argument id="state">
|
||||
<description>Current login state (LoginWebPage::LOGIN_STATE_CONNECTED...)</description>
|
||||
<type>string</type>
|
||||
</argument>
|
||||
</arguments>
|
||||
</event>
|
||||
</events>
|
||||
<meta>
|
||||
<classes>
|
||||
<class id="cmdbAbstractObject" _delta="define">
|
||||
@@ -472,35 +502,5 @@
|
||||
</methods>
|
||||
</class>
|
||||
</classes>
|
||||
<events>
|
||||
<event id="AfterDisplayPage" _delta="define">
|
||||
<description>The current page is completely displayed</description>
|
||||
<available_filters>Class hierarchy of the displayed page</available_filters>
|
||||
<arguments>
|
||||
<argument id="object">
|
||||
<description>The page displayed</description>
|
||||
<type>Page</type>
|
||||
</argument>
|
||||
<argument id="debug_info">
|
||||
<description>Debug string</description>
|
||||
<type>string</type>
|
||||
</argument>
|
||||
</arguments>
|
||||
</event>
|
||||
<event id="OnLogin" _delta="define">
|
||||
<description>Inform the listeners about the connection states</description>
|
||||
<available_filters/>
|
||||
<arguments>
|
||||
<argument id="code">
|
||||
<description>The login step result code (LoginWebPage::EXIT_CODE_...) </description>
|
||||
<type>integer</type>
|
||||
</argument>
|
||||
<argument id="state">
|
||||
<description>Current login state (except LoginWebPage::LOGIN_STATE_CONNECTED)</description>
|
||||
<type>string</type>
|
||||
</argument>
|
||||
</arguments>
|
||||
</event>
|
||||
</events>
|
||||
</meta>
|
||||
</itop_design>
|
||||
|
||||
Reference in New Issue
Block a user