Skip to content

Lifecycle_TwasiUserPluginEvents

Lars Bärtschi edited this page Jan 25, 2018 · 2 revisions

TwasiUserPlugin Events

TwasiEvent

TwasiEvent is the superclass of all events listed here. Therefore all it's methods are available in all events.

Methods

TwasiUserPlugin getUserPlugin()

Returns the UserPlugin, which is basically the plugin itself. So there is no sense in using myEvent.getUserPlugin() instead of this. It's available for internal reasons and consistency only.