Class ExtensionUninstallFailedEvent

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

public class ExtensionUninstallFailedEvent extends AbstractExtensionEvent implements EndEvent
An event triggered when a extension uninstall has failed. Its job is mostly to provide a EndEvent to close the previous ExtensionUninstallingEvent.

The event also send the following parameters:

Since:
4.0M1
Version:
$Id: 96ecd6d2739e12b13b2172eb6f95dc8b019c0c97 $
See Also:
  • Constructor Details

    • ExtensionUninstallFailedEvent

      public ExtensionUninstallFailedEvent()
      Matches all extensions.
    • ExtensionUninstallFailedEvent

      public ExtensionUninstallFailedEvent(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