Reference
Tools events
Events in the tools group. A plugin in core/plugins/tools/ receives an event by defining a public method with the event's name; the arguments are those the call site passes, in order.
tools.onToolSessionIdentify
Fired from:
Listeners:
plg_tools_novnc—onToolSessionIdentify()
tools.onToolSessionView
Fired from:
core/components/com_tools/site/views/sessions/tmpl/session.php:48with[$this->app, $this->output, $readOnly]
Listeners:
plg_tools_novnc—onToolSessionView($tool, $session, $readOnly=false)
tools.onToolSessionViewAfter
Fired from:
core/components/com_tools/site/views/sessions/tmpl/session.php:227with[$this->app, $this->output, $readOnly)]
No plugin in the source tree listens for this event.
tools.onToolSessionViewBefore
Fired from:
core/components/com_tools/site/views/sessions/tmpl/session.php:67with[$this->app, $this->output, $readOnly)]
No plugin in the source tree listens for this event.
Generated from the source tree.