Class ExtensionUninstalledEvent

java.lang.Object
org.xwiki.extension.event.AbstractExtensionEvent
org.xwiki.extension.event.ExtensionUninstalledEvent
All Implemented Interfaces:
ExtensionEvent, EndEvent, Event

public class ExtensionUninstalledEvent extends AbstractExtensionEvent implements EndEvent
An event triggered when a extension has been uninstalled.

The event also send the following parameters:

Implements EndEvent since 9.2RC1.

Since:
4.0M1
Version:
$Id: 1d03a1a653ac02620bb32560bdf018df850fdb3e $
See Also:
  • Constructor Details

    • ExtensionUninstalledEvent

      public ExtensionUninstalledEvent()
      Matches all extensions.
    • ExtensionUninstalledEvent

      public ExtensionUninstalledEvent(ExtensionId extensionId, String namespace)
      Matches only the specified extension id or/and version.
      Parameters:
      extensionId - the extension identifier
      namespace - the namespace from which the extensions has been uninstalled