Interface ExtensionInstalled

All Superinterfaces:
Event, ExtensionsEvent

public interface ExtensionInstalled extends ExtensionsEvent
An event that is invoked when an extension has been installed.
Since:
8.0.0
  • Method Summary

    Modifier and Type
    Method
    Description
    default Extension
    Returns the extension that has been installed.
  • Method Details

    • extension

      default Extension extension()
      Returns the extension that has been installed.