Reference

Mw events

Events in the mw group. A plugin in core/plugins/mw/ receives an event by defining a public method with the event's name; the arguments are those the call site passes, in order.

mw.onAfterSessionInvoke

Fired from:

No plugin in the source tree listens for this event.

mw.onAfterSessionStart

Fired from:

No plugin in the source tree listens for this event.

mw.onAfterSessionStop

Fired from:

No plugin in the source tree listens for this event.

mw.onBeforeSessionInvoke

Fired from:

No plugin in the source tree listens for this event.

mw.onBeforeSessionStart

Fired from:

No plugin in the source tree listens for this event.

mw.onBeforeSessionStop

Fired from:

No plugin in the source tree listens for this event.

mw.onSessionView

Fired from:

No plugin in the source tree listens for this event.

Generated from the source tree.