Lifecycle_TwasiUserPluginEvents - Twasi/twasi-core GitHub Wiki

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.