Interface ExtensionUpdated

All Superinterfaces:
Event, ExtensionsEvent

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

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

    • extension

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